Forums

My info and warning logs appear in error.log

Hello, since recently all my logs with loglevel INFO and WARNING appear in error.log under /var/log

I have not changed anything on the configuration on my side as far as I can tell.

If INFO and WARN messages are appearing in your logs, then something, somewhere in your code is setting the log level to make that happen. We do not do anything special with the Python logging system and that will not output log messages for log levels that are lower than the one it is configured to emit.