diff options
-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 |