From 5cabc9cff2dc023db0e0667cba232e30cc1dbd96 Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Wed, 13 Sep 2017 18:16:58 -0700 Subject: [PATCH] update doc --- docs/sanic/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sanic/logging.md b/docs/sanic/logging.md index 092df5c7..286282f0 100644 --- a/docs/sanic/logging.md +++ b/docs/sanic/logging.md @@ -54,7 +54,7 @@ There are three `loggers` used in sanic, and **must be defined if you want to cr #### Log format: In addition to default parameters provided by python (asctime, levelname, message), -Sanic provides additional parameters for network logger with accessFilter: +Sanic provides additional parameters for access logger with: - host (str)
request.ip