aboutsummaryrefslogtreecommitdiff
path: root/servant/src/Main.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-10-18 00:39:31 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-10-18 00:39:31 +0200
commit196c14be08e5c17514c7d199085a44d094d8b0c3 (patch)
treeb820b4178997d26bb43112d4ff203ed8effe2622 /servant/src/Main.hs
parentc4ab2db358180304c013d5f052f9a2eebf6771d5 (diff)
downloadthermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.tar
thermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.tar.gz
thermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.tar.bz2
thermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.tar.xz
thermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.zip
switched logging to stderr
Diffstat (limited to 'servant/src/Main.hs')
-rw-r--r--servant/src/Main.hs2
1 files changed, 1 insertions, 1 deletions
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
145 145
146main :: IO () 146main :: IO ()
147main = do 147main = do
148 execParser opts >>= runNoLoggingT . main' 148 execParser opts >>= runStderrLoggingT . main'
149 where 149 where
150 opts = info (helper <*> options) ( 150 opts = info (helper <*> options) (
151 fullDesc 151 fullDesc