updating default logging level

This commit is contained in:
Julien Neuhart
2018-04-13 13:29:01 +02:00
parent bcd1c67ca2
commit 6605a9ac69

View File

@@ -4,7 +4,7 @@ port: 3000
logs:
# Accepted values, in order of severity: DEBUG, INFO, WARN, ERROR, FATAL, PANIC.
# Messages at and above the selected level will be logged.
level: "DEBUG"
level: "INFO"
# Accepted values: text, json.
# When a TTY is not attached, the output will be in the defined format.