We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64ad42 commit a67d636Copy full SHA for a67d636
Blammo/src/Blammo/Logging/LogSettings/Env.hs
@@ -74,7 +74,7 @@ parseWith = Env.parse id . parserWith
74
75
parserWith :: LogSettings -> Parser Error LogSettings
76
parserWith defaults =
77
- ($ defaults) . appEndo . mconcat
+ flip (appEndo . mconcat) defaults
78
<$> sequenceA
79
[ endoVar readLogLevels setLogSettingsLevels "LOG_LEVEL"
80
, endoVar readLogDestination setLogSettingsDestination "LOG_DESTINATION"
0 commit comments