Fix removal of logging on release
This commit is contained in:
parent
9f5042dbd3
commit
375cb1a243
|
@ -13,6 +13,7 @@ const configPath {.strdefine.} = "./nitter.conf"
|
|||
let (cfg, fullCfg) = getConfig(configPath)
|
||||
|
||||
when defined(release):
|
||||
import logging
|
||||
# Silence Jester's query warning
|
||||
addHandler(newConsoleLogger())
|
||||
setLogFilter(lvlError)
|
||||
|
|
Loading…
Reference in New Issue