From 196c14be08e5c17514c7d199085a44d094d8b0c3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 18 Oct 2015 00:39:31 +0200 Subject: switched logging to stderr --- servant/src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servant/src/Main.hs') diff --git a/servant/src/Main.hs b/servant/src/Main.hs index 0aa9eeb..7def207 100644 --- a/servant/src/Main.hs +++ b/servant/src/Main.hs @@ -145,7 +145,7 @@ thermoprintApi = Proxy main :: IO () main = do - execParser opts >>= runNoLoggingT . main' + execParser opts >>= runStderrLoggingT . main' where opts = info (helper <*> options) ( fullDesc -- cgit v1.2.3