docs: add example config with file logs
This commit is contained in:
parent
24f91aa1b4
commit
f7b60495e0
|
@ -0,0 +1,9 @@
|
|||
data:
|
||||
logger:
|
||||
level: debug
|
||||
name: salty-dog
|
||||
streams:
|
||||
- level: warn
|
||||
stream: !stream stderr
|
||||
- level: debug
|
||||
path: /tmp/salty-dog-debug.log
|
Loading…
Reference in New Issue