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 b75cccc commit 8994297Copy full SHA for 8994297
lib/logger/lib/logger.ex
@@ -705,7 +705,7 @@ defmodule Logger do
705
This guarantees all logger handlers flush to disk or storage.
706
This is useful for testing but it should be avoided in production,
707
as it could force logger handlers to drop whatever they are doing
708
- and flush, even if continuing to buffer would be the most peformant
+ and flush, even if continuing to buffer would be the most performant
709
option.
710
"""
711
@spec flush :: :ok
0 commit comments