diff --git a/config.example.yaml b/config.example.yaml index 2e719ab..5335a66 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -54,11 +54,3 @@ 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