Add warn log level
This commit is contained in:
committed by
Steve Chavez
parent
f6b6abe734
commit
d9a608d9b0
@@ -539,4 +539,4 @@ data ConnectionStatus
|
||||
| FatalConnectionError Text
|
||||
deriving (Eq, Show)
|
||||
|
||||
data LogLevel = LogCrit | LogError | LogInfo deriving (Eq, Show)
|
||||
data LogLevel = LogCrit | LogError | LogWarn | LogInfo deriving (Eq, Show)
|
||||
|
||||
Reference in New Issue
Block a user