arduosoft / RawCMS

RawCMS is the headless CMS written in asp.net core build for developers that embraces API first technology. Please give us a feedback!
https://forms.gle/wvu1HF9P52ZdXujv6
GNU General Public License v3.0
173 stars 72 forks source link

Features/logcollecting #250

Closed zeppaman closed 4 years ago

zeppaman commented 4 years ago

Pull request content

Related task:

Describe here thecnical detail omitted on task

Notes for admin

What the pull request admin must know before review it

CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Daniele Fontani seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

zeppaman commented 4 years ago

@tokarzkj thank you for the review. I will integrate the changes soon. The matter is that we have some integration issues on the plugin engine so the merge is blocked. Because it won't be quick I will close this PR and open a new one when these issues will be solved.

The QueueLoad class represents the status of the log queue (log are saved in a queue and then saved to the database in background). This data is now saved in memory but will be persisted into a database collection. It is used to control the load of the logging system.

zeppaman commented 4 years ago

@tokarzkj I forget to tell that formatting issues are solved on my local.