mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-12 01:54:51 -05:00
The log level is now configurable, via the `FEEDDECK_LOG_LEVEL` environment variable. The environment variable can have the following values: `debug`, `info`, `warning` or `error`. With this change we also only log the response when getting and parsing the feed fails when the log level is set to `debug`, also when the actual message is still an error. This should reduce the noice in the logs a lot and allows us to specially turn this on while debugging.