Skip to content

Commit

Permalink
Add logging to example config
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab authored and julianbrost committed May 10, 2023
1 parent 17c2541 commit ee282a2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,24 @@ database:
user: noma
database: noma
#password: noma

logging:
# Default logging level. Can be set to 'fatal', 'error', 'warn', 'info' or 'debug'.
# If not set, defaults to 'info'.
#level: info

# Logging output. Can be set to 'console' (stderr) or 'systemd-journald'.
# If not set, logs to systemd-journald when running under systemd, otherwise stderr.
#output:

# Interval for periodic logging defined as duration string.
# A duration string is a sequence of decimal numbers and a unit suffix, such as "20s".
# Valid units are "ms", "s", "m", "h".
# Defaults to "20s".
#interval: 20s

# Map of component-logging level pairs to define a different log level than the default value for each component.
options:
#database:
runtime-updates: info
#listener:

0 comments on commit ee282a2

Please sign in to comment.