Skip to content

Commit ee282a2

Browse files
yhabteabjulianbrost
authored andcommitted
Add logging to example config
1 parent 17c2541 commit ee282a2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

config.example.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,24 @@ database:
1616
user: noma
1717
database: noma
1818
#password: noma
19+
20+
logging:
21+
# Default logging level. Can be set to 'fatal', 'error', 'warn', 'info' or 'debug'.
22+
# If not set, defaults to 'info'.
23+
#level: info
24+
25+
# Logging output. Can be set to 'console' (stderr) or 'systemd-journald'.
26+
# If not set, logs to systemd-journald when running under systemd, otherwise stderr.
27+
#output:
28+
29+
# Interval for periodic logging defined as duration string.
30+
# A duration string is a sequence of decimal numbers and a unit suffix, such as "20s".
31+
# Valid units are "ms", "s", "m", "h".
32+
# Defaults to "20s".
33+
#interval: 20s
34+
35+
# Map of component-logging level pairs to define a different log level than the default value for each component.
36+
options:
37+
#database:
38+
runtime-updates: info
39+
#listener:

0 commit comments

Comments
 (0)