pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.38k stars 69 forks source link

reduce log level to error via env variable #289

Open tcurdt opened 5 months ago

tcurdt commented 5 months ago

When running the docker image I would like to avoid logging the simple http requests. I was hoping I could just set a ENV variable and reduce logging from INFO to ERROR - but I couldn't find any docs about this yet.

I bet there is a way?