-
-
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
Improve Gunicorn logging documentation #2921
Conversation
Travis is failing because I made an error in the docs. Working on a fix. |
Still fails :( |
Interesting.. On my laptop it builds fine.. I will address this as soon as I have some time. Sorry about that :D |
|
I should have fixed the issue :) I am quite new to RST with anchors. You may want to squash the commits into one. |
Codecov Report
@@ Coverage Diff @@
## master #2921 +/- ##
==========================================
+ Coverage 97.98% 97.99% +<.01%
==========================================
Files 40 40
Lines 7511 7513 +2
Branches 1318 1318
==========================================
+ Hits 7360 7362 +2
Misses 48 48
Partials 103 103
Continue to review full report at Codecov.
|
Thanks |
Sweet! |
* Improve gunicorn logging documentation * Fix spelling error in logging documentation * Fix anchor linking between different files * Create 2921.doc
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. |
What do these changes do?
Improve Gunicorn logging documentation.
Are there changes in behavior for the user?
No.
Related issue number
#2916