Add error log level

This commit is contained in:
steve-chavez
2020-10-06 14:21:46 -05:00
committed by Steve Chavez
parent e9efcc70a5
commit f6b6abe734
4 changed files with 63 additions and 22 deletions
+1 -1
View File
@@ -539,4 +539,4 @@ data ConnectionStatus
| FatalConnectionError Text
deriving (Eq, Show)
data LogLevel = LogCrit | LogInfo deriving (Eq, Show)
data LogLevel = LogCrit | LogError | LogInfo deriving (Eq, Show)