Skip to content

Commit

Permalink
Update async logging caveats documentation (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansamines committed Oct 23, 2022
1 parent 085401b commit f024788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asynchronous.md
Expand Up @@ -29,7 +29,7 @@ of each function execution to avoid losing data.

Asynchronous logging has a couple of important caveats:

* As opposed to the default mode, there is not a one-to-one relationship between
* As opposed to the synchronous mode, there is not a one-to-one relationship between
calls to logging methods (e.g. `logger.info`) and writes to a log file
* There is a possibility of the most recently buffered log messages being lost
in case of a system failure, e.g. a power cut.
Expand Down

0 comments on commit f024788

Please sign in to comment.