docs(log): add comments about log settings
This commit is contained in:
parent
790a3a4c16
commit
69597202df
@ -15,9 +15,10 @@ import Utils.PathPiece
|
|||||||
|
|
||||||
|
|
||||||
data LogSettings = LogSettings
|
data LogSettings = LogSettings
|
||||||
{ logAll, logDetailed :: Bool
|
{ logDetailed :: Bool -- More details for incoming HTTP Requests?
|
||||||
, logMinimumLevel :: LogLevel
|
, logAll :: Bool -- Show all LogLevels?
|
||||||
, logDestination :: LogDestination
|
, logMinimumLevel :: LogLevel -- logAll => logMiniumLevel == Info
|
||||||
|
, logDestination :: LogDestination -- stderr, stdout (must both be lowercase) or a filename!
|
||||||
, logSerializableTransactionRetryLimit :: Maybe Natural
|
, logSerializableTransactionRetryLimit :: Maybe Natural
|
||||||
} deriving (Show, Read, Generic, Eq, Ord)
|
} deriving (Show, Read, Generic, Eq, Ord)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user