diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-19 01:58:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 01:58:44 -0700 |
| commit | df8598a2658632f709a64e8076cce02ca49de8e6 (patch) | |
| tree | 84a74bb86aadd6b64ee31db6e1fd850882d31d80 /docs/narr/logging.rst | |
| parent | 5488da0d165468199f0d07a2ca579b86617fad72 (diff) | |
| parent | 9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4 (diff) | |
| download | pyramid-df8598a2658632f709a64e8076cce02ca49de8e6.tar.gz pyramid-df8598a2658632f709a64e8076cce02ca49de8e6.tar.bz2 pyramid-df8598a2658632f709a64e8076cce02ca49de8e6.zip | |
Merge pull request #3331 from stevepiercy/exclude-local-linkcheck
Fix broken links from linkcheck, exclude localhost from check
Diffstat (limited to 'docs/narr/logging.rst')
| -rw-r--r-- | docs/narr/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst index a7ee0f1f8..b21fe1314 100644 --- a/docs/narr/logging.rst +++ b/docs/narr/logging.rst @@ -235,7 +235,7 @@ Request Logging with Paste's TransLogger The :term:`WSGI` design is modular. Waitress logs error conditions, debugging output, etc., but not web traffic. For web traffic logging, Paste provides the -`TransLogger <http://pythonpaste.org/modules/translogger.html>`_ +`TransLogger <https://web.archive.org/web/20160707041338/http://pythonpaste.org:80/modules/translogger.html>`_ :term:`middleware`. TransLogger produces logs in the `Apache Combined Log Format <http://httpd.apache.org/docs/2.2/logs.html#combined>`_. But TransLogger does not write to files; the Python logging system must be |
