Hi,
I don’t know the details of your infrastructure and settings but if you’ve installed n8n on Docker, I would suggest you to handle logging with the Docker logging options.
I’ve used the below parameter to minimize logging on Docker.
--log-opt max-size=10m --log-opt max-file=5
Also you can set internal logging of n8n via environment variables.
Hope it helps…