-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add debug level for app logs #637
Comments
Working on this branch: add-debug |
Update:
|
Update 06.05.19: Working on updating the configuration parameters I have found a problem when the Also, if the App was in a Splunk cluster, each App would have his own These reasons make me take the decision to save the configuration in the local storage.
|
Update 07.05.19 :Today I have been mainly working on the backend and I have changed the way to get the configuration on the frontend:
|
Update 08.05.19 :
|
Update 09.05.19 :
|
Update 22/05/19 DONE:
TODO:
|
Currently, we have some useful logs for a production installation. Sometimes, the things don't go as well as we want and it's hard to debug properly, this ticket purpose is for adding an extra debug layer for our logs.
Also, is necessary to implement the way to edit the configuration parameters and apply them.
Tasks:
Create a new collection to save the configuration parameters.Set the collection with initial data.config.conf
calledtimeout
to set the timeout for the API calls.config.conf
, it should be something like this:#logs.level: info
. Allowed values ->info, debug
The text was updated successfully, but these errors were encountered: