Skip to content

Commit 98f91de

Browse files
committed
New translations logger.md (Korean)
1 parent d33fcff commit 98f91de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/content/ko/plugins/sanic-ext/logger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ app.config.LOGGING = True
2828

2929
## How does it work
3030

31-
When enabled, the extension will create a `multoprocessing.Queue`. It will remove all handlers on the [default Sanic loggers](../../guide/best-practices/logging.md) and replace them with a [`QueueHandler`](https://docs.python.org/3/library/logging.handlers.html#queuehandler). When a message is logged, it will be pushed into the queue by the handler, and read by the background process to the log handlers that were originally in place. This means you can still configure logging as normal and it should "just work."
31+
When enabled, the extension will create a `multiprocessing.Queue`. It will remove all handlers on the [default Sanic loggers](../../guide/best-practices/logging.md) and replace them with a [`QueueHandler`](https://docs.python.org/3/library/logging.handlers.html#queuehandler). When a message is logged, it will be pushed into the queue by the handler, and read by the background process to the log handlers that were originally in place. This means you can still configure logging as normal and it should "just work."
3232

3333
## Configuration
3434

0 commit comments

Comments
 (0)