How best to set the LogLevel

I’m running Squidex v4.0.1 in kubernetes and wanted to know how you’d recommend changing the log level.

Currently our deployment is setting the environment variable:
LOGGING__LOGLEVEL__DEFAULT = “Error”

however when we look at the logs on the container, it’s still logging Information level events.

Ideas?

Hi, I have written a custom log filter, but have never tested it, how to customize it. I will come back to this tomorrow.

Hi,

I have introduced a new setting for that: https://github.com/Squidex/squidex/blob/master/backend/src/Squidex/appsettings.json#L233