Compare commits
No commits in common. "main" and "v1.0" have entirely different histories.
14
config.yaml
14
config.yaml
|
@ -1,14 +0,0 @@
|
|||
# Global settings
|
||||
settings:
|
||||
compress: true # Whether to compress rotated files
|
||||
compressFormat: "gzip" # only gzip is implemented
|
||||
createNew: true # Whether to create a new log file after rotation
|
||||
createMode: "0644" # File permissions for the new log file
|
||||
|
||||
# Log file definitions
|
||||
logs:
|
||||
- path: "./test.log"
|
||||
rotateOnSize: 1MB
|
||||
retentionCount: 3
|
||||
rotateOnAge: 6s
|
||||
compress: false
|
Loading…
Reference in New Issue