fix(logging): Split warning and error logs.

This commit is contained in:
2023-09-18 08:56:57 +03:00
parent a27e07be97
commit c63027f20e
5 changed files with 29 additions and 9 deletions

View File

@@ -19,8 +19,10 @@ gem_transaction =
log_file = bot.log
general_log =
error_log =
critical_log =
error_log = %(general_log)
critical_log = %(general_log)
warning_log = %(general_log)
warning_prefix =
error_prefix =
critical_prefix =