feat(config): add logging configuration fields

This commit is contained in:
Alexander
2026-04-10 18:15:49 +02:00
parent a7b583839d
commit bfcbe0b37d
2 changed files with 31 additions and 0 deletions
+8
View File
@@ -45,3 +45,11 @@ sanitize:
replace: "claude.ai"
- match: "opencode"
replace: "agent"
logging:
level: info
# file: /var/log/anthropic-proxy.log # omit to log to stderr
# max_size_mb: 100
# max_backups: 5
# max_age_days: 30
# compress: true