change log level to error

This commit is contained in:
Evgeny Poberezkin
2022-04-21 17:07:39 +01:00
parent e6fbaf5e50
commit f718a84335

View File

@@ -21,7 +21,7 @@ logCfg = LogConfig {lc_file = Nothing, lc_stderr = True}
main :: IO ()
main = do
setLogLevel LogDebug -- TODO change to LogError in production
setLogLevel LogError
withGlobalLogging logCfg $ protocolServerCLI ntfServerCLIConfig runNtfServer
ntfServerCLIConfig :: ServerCLIConfig NtfServerConfig