-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web.run_app support access_log_class param #2616
Conversation
@@ -2330,6 +2331,10 @@ Utilities | |||
system will allow before refusing new | |||
connections (``128`` by default). | |||
|
|||
:param access_log_class: class for `access_logger`. Default: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the following lines after the last :param:
item
.. versionadded:: 3.0
Support *access_log_class* parameter.
Also please run |
Thanks @asvetlov . I have commited as your suggested. |
Codecov Report
@@ Coverage Diff @@
## master #2616 +/- ##
======================================
Coverage 97.9% 97.9%
======================================
Files 38 38
Lines 7317 7317
Branches 1271 1271
======================================
Hits 7164 7164
Misses 49 49
Partials 104 104
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
Thanks! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Function web.run_app add param access_log_class
Are there changes in behavior for the user?
None
Related issue number
#2615
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.