From bb6de53f28dfa8a4bc5b49cb092bb2bc458f38f2 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Mon, 8 May 2017 20:44:19 -0700 Subject: [PATCH] Fix docs --- docs/sanic/logging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sanic/logging.md b/docs/sanic/logging.md index e0f0c318..be2aa9b3 100644 --- a/docs/sanic/logging.md +++ b/docs/sanic/logging.md @@ -85,11 +85,11 @@ By default, log_config parameter is set to use sanic.config.LOGGING dictionary f And `filters`: -- accessFilter (using sanic.logging.DefaultFilter)
+- accessFilter (using sanic.log.DefaultFilter)
The filter that allows only levels in `DEBUG`, `INFO`, and `NONE(0)` -- errorFilter (using sanic.logging.DefaultFilter)
+- errorFilter (using sanic.log.DefaultFilter)
The filter that allows only levels in `WARNING`, `ERROR`, and `CRITICAL` There are two `loggers` used in sanic, and **must be defined if you want to create your own logging configuration**: