Skip to content
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

[LOG] Set default log level to 'debug' #1134

Closed
wants to merge 1 commit into from
Closed

Commits on Mar 1, 2021

  1. [LOG] Set default log level to 'debug'

    Sets the default log level to 'debug'. For most development or even
    debugging tasks, the 'trace' log level should not be necessary. It
    provides very detailed information for many background processes that
    often aren't of interest. This floods the logs with way too many
    messages to properly discern the important information.
    
    If the 'trace' level is actually needed, it can still be set manually be
    the developer.
    
    Adjusts the Logging page to specify the correct base log level. Also
    adds a section on how to set the log level during development.
    tobous committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    161f769 View commit details
    Browse the repository at this point in the history