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?