Rengyr / Vulpes-Porto

Mastodon bot to post remotely hosted images daily at set times.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify max log levels in the config

kouya opened this issue · comments

commented

To dial down the log noise a bit in production, we could add a log level to the config json. Example:

"log_level": "err"

Will only log errors and higher severity and discard the rest.

commented

Implemented in 57572a9, e26c9c7