Add log-level config

This commit is contained in:
steve-chavez
2020-10-06 14:21:46 -05:00
committed by Steve Chavez
parent 60398ad538
commit e9efcc70a5
8 changed files with 34 additions and 18 deletions
+1 -2
View File
@@ -539,5 +539,4 @@ data ConnectionStatus
| FatalConnectionError Text
deriving (Eq, Show)
-- | Logging setup
data LogSetup = LogQuiet | LogStdout deriving (Eq, Show)
data LogLevel = LogCrit | LogInfo deriving (Eq, Show)