added logging output tweaks to the config file

This commit is contained in:
spalger 2015-09-02 15:40:15 -07:00
parent 1d576f4fd2
commit e5dfa425e3

View file

@ -61,3 +61,12 @@
# If you would like to send the log output to a file you can set the path below.
# logging.dest: stdout
# Set this to true to suppress all logging output.
# logging.silent: false
# Set this to true to suppress all logging output except for error messages.
# logging.quiet: false
# Set this to true to log all events, including system usage information and all requests.
# logging.verbose