Files
onix/log/log.yaml
2025-03-18 11:05:15 +05:30

13 lines
200 B
YAML

level: info
destinations:
- type: stdout
- type: file
config:
path: my_log_file.log
maxSize: "500"
maxBackups: "15"
maxAge: "30"
contextKeys:
- requestID
- userID