log tor setting

This commit is contained in:
Lucy Cifferello
2020-08-12 16:21:49 -06:00
parent 44626aace9
commit 1592ff55ce

View File

@@ -202,6 +202,7 @@ startWeb foundation = do
startWeb' app = do
let AppSettings{..} = appSettings foundation
putStrLn @Text $ "Launching Web Server on port " <> show appPort
putStrLn @Text $ "Tor enabled: " <> show enableTor
action <- async $ if enableTor
then run (fromIntegral appPort) app
else runTLS