diff --git a/apps/ntf-server/Main.hs b/apps/ntf-server/Main.hs index 41625d6f2..7a05d0a21 100644 --- a/apps/ntf-server/Main.hs +++ b/apps/ntf-server/Main.hs @@ -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