Fix reference to default in haddock for shouldLog.
This commit is contained in:
parent
bd161ef5f7
commit
bef07c5e12
@ -254,7 +254,7 @@ class RenderRoute site => Yesod site where
|
||||
|
||||
-- | Should we log the given log source/level combination.
|
||||
--
|
||||
-- Default: the 'shouldLog' function.
|
||||
-- Default: the 'defaultShouldLog' function.
|
||||
shouldLog :: site -> LogSource -> LogLevel -> Bool
|
||||
shouldLog _ = defaultShouldLog
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user