Rotation of logs are not working in Sync Gateway 2.7.1

Its working now. Thanks bbrks. We also have to disable the ‘console’ log as like which was causing the issue to ‘_changes’ URL

“console”: {
“enabled”: false,
“log_level”: “info”,
“log_keys”: ["*"],
“color_enabled”: true
}