Skip to content
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

Fix broken URL for Pylons logging tutorial, fixes TurboGears/tg2docs#23 #26

Merged
merged 1 commit into from Mar 28, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/main/LogSetup.rst
Expand Up @@ -5,7 +5,7 @@ Configuring and using the Logging System

:Status: Unofficial

The `Pylons logging wiki`_ has a well written and clearly documented logging HOWTO which this document will refer to. Each of the sections documented there have been tested under TG2 and they all are functional.
The `Pylons Book`_ has a well written and clearly documented logging HOWTO which this document will refer to. Each of the sections documented there have been tested under TG2 and they all are functional.

The logging system can be setup through the application ini file using the `standard python logging`_ configuration layout.

Expand Down Expand Up @@ -68,5 +68,5 @@ In this example 4 backup files are being kept and the log is rotated when the fi
.. _RotatingFileHandler: http://docs.python.org/lib/node413.html
.. _logging: http://docs.python.org/lib/module-logging.html
.. _logging.handlers: http://docs.python.org/lib/node410.html
.. _Pylons logging wiki: http://wiki.pylonshq.com/display/pylonsdocs/Logging
.. _Pylons Book: http://pylonsbook.com/en/1.0/logging.html