Note: Remember to restart the app when the configuration is changed.
Example app configuration:
log_level: infoNote: This is just an example, don't copy and paste it! Create your own!
The log_level option controls the level of log output by the app and can
be changed to be more or less verbose, which might be useful when you are
dealing with an unknown issue. Possible values are:
trace: Show every detail, like all called internal functions.debug: Shows detailed debug information.info: Normal (usually) interesting events.notice: Significant normal events that should be brought to attention.warning: Exceptional occurrences that are not errors.error: Runtime errors that do not require immediate action.fatal: Something went wrong which causes the program to stop.