Document about Access log cause confusion #2085
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
outdated
Milestone
Long story short
When I followed the document here to disable access log. It seems not working.
Expected behaviour
Just use
app.make_handler(access_log=None)
for disabling access log.Steps to reproduce
After I check the source code here. I know I make mistake about the usage of
make_handler
.But I think
run_app(app, access_log=None)
is better and more clear thanapp.make_handler(access_log=None)
in document.The text was updated successfully, but these errors were encountered: