We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logger.flush
When we use Logger.flush/0 it makes this logger crash because there is no handle_event/2 for :flush. As described in the Logger docs:
Logger.flush/0
handle_event/2
:flush
In the case of the event :flush handlers should flush any pending data. This event is triggered by flush/0.
flush/0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we use
Logger.flush/0
it makes this logger crash because there is nohandle_event/2
for:flush
. As described in the Logger docs:The text was updated successfully, but these errors were encountered: