mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-19 05:32:16 +01:00
updating default logging level
This commit is contained in:
@@ -4,7 +4,7 @@ port: 3000
|
|||||||
logs:
|
logs:
|
||||||
# Accepted values, in order of severity: DEBUG, INFO, WARN, ERROR, FATAL, PANIC.
|
# Accepted values, in order of severity: DEBUG, INFO, WARN, ERROR, FATAL, PANIC.
|
||||||
# Messages at and above the selected level will be logged.
|
# Messages at and above the selected level will be logged.
|
||||||
level: "DEBUG"
|
level: "INFO"
|
||||||
|
|
||||||
# Accepted values: text, json.
|
# Accepted values: text, json.
|
||||||
# When a TTY is not attached, the output will be in the defined format.
|
# When a TTY is not attached, the output will be in the defined format.
|
||||||
|
|||||||
Reference in New Issue
Block a user