Better config defaults

This commit is contained in:
2020-08-23 14:07:23 -05:00
parent 97fd755cbd
commit 4523341255
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ const server_config = {
* The logging level. Usually, 1-4.
* The higher the level, the more information is logged.
*/
level: env("LOGGING_LEVEL", 1),
level: env("LOGGING_LEVEL", 2),
include_timestamp: env("LOGGING_TIMESTAMP", false),
},