mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-07 03:15:12 +02:00
log rotation with default values
This commit is contained in:
parent
1f584bf3e8
commit
3ee4aaf194
2 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,10 @@ experimental:
|
|||
log:
|
||||
level: "INFO"
|
||||
format: "json" # Log format changed to json for better parsing
|
||||
maxSize: 100
|
||||
maxBackups: 3
|
||||
maxAge: 3
|
||||
compress: true
|
||||
|
||||
accessLog: # We enable access logs as json
|
||||
filePath: "/var/log/traefik/access.log"
|
||||
|
|
|
@ -18,6 +18,10 @@ experimental:
|
|||
log:
|
||||
level: "INFO"
|
||||
format: "common"
|
||||
maxSize: 100
|
||||
maxBackups: 3
|
||||
maxAge: 3
|
||||
compress: true
|
||||
|
||||
certificatesResolvers:
|
||||
letsencrypt:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue