You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require latest fast-logger and remove workaround
* Revert "Delay for 0.1s when flushing"
This reverts commit 57ad67e.
* Require latest fast-logger
This version fixes the flush logging bug we were working around.
Fixes#41.
Ensure we always flush the log
* Regen cabal file on newer Stack
* Ensure we always flush the log
Without this, we were dropping log messages on exceptions, the most
important time to retain them!
* Version bump
* Add flushLogger
Explicit flushing can be useful for interactive apps, for example to
flush logging before printing your own output or prompting.
`flushLogStr` was already in the interface, but pre-wrapping it in
`MonadReader` is convenient.
* Remove deprecated export