diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-18 00:39:31 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-10-18 00:39:31 +0200 |
commit | 196c14be08e5c17514c7d199085a44d094d8b0c3 (patch) | |
tree | b820b4178997d26bb43112d4ff203ed8effe2622 | |
parent | c4ab2db358180304c013d5f052f9a2eebf6771d5 (diff) | |
download | thermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.tar thermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.tar.gz thermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.tar.bz2 thermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.tar.xz thermoprint-196c14be08e5c17514c7d199085a44d094d8b0c3.zip |
switched logging to stderr
-rw-r--r-- | servant/src/Main.hs | 2 |
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 | ||
146 | main :: IO () | 146 | main :: IO () |
147 | main = do | 147 | main = 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 |