# gsc-mcp logs to stdout/stderr (journald) by default. This file is only
# relevant if you redirect the unit's output to a file. Kept for parity with
# the deploy convention; safe to leave in place.
/var/log/gsc-mcp.log {
    weekly
    rotate 8
    missingok
    notifempty
    compress
    delaycompress
    copytruncate
}
