|
2 | 2 | Customising Roundup |
3 | 3 | =================== |
4 | 4 |
|
5 | | -:Version: $Revision: 1.141 $ |
| 5 | +:Version: $Revision: 1.142 $ |
6 | 6 |
|
7 | 7 | .. This document borrows from the ZopeBook section on ZPT. The original is at: |
8 | 8 | http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
@@ -159,18 +159,18 @@ The configuration variables available are: |
159 | 159 | **LOGGGING_CONFIG** - ``os.path.join(TRACKER_HOME, 'logging.ini')`` |
160 | 160 | This variable activates logging of Roundup's internal messages using the |
161 | 161 | standard python ``logging`` module. The module is configured using the |
162 | | - indicated configuration file. |
| 162 | + indicated configuration file. See the `admin guide`_ for more detail. |
163 | 163 |
|
164 | 164 | **LOGGING_FILENAME** - ``'/path/to/log file'`` |
165 | 165 | This variable activates logging of Roundup's internal messages using a |
166 | 166 | built-in minimal logging service which appends messages to the indicated |
167 | | - file. |
| 167 | + file. See the `admin guide`_ for more detail. |
168 | 168 |
|
169 | 169 | **LOGGING_LEVEL** - ``'DEBUG'``, ``'INFO'``, ``'WARNING'`` or ``'ERROR'`` |
170 | 170 | This variable determines the level of messages logged by the built-in |
171 | 171 | logging service - messages of the level named and higher will be sent to |
172 | 172 | the ``LOGGING_FILENAME`` file. Not used when the ``LOGGGING_CONFIG`` |
173 | | - variable is set. |
| 173 | + variable is set. See the `admin guide`_ for more detail. |
174 | 174 |
|
175 | 175 | **MESSAGES_TO_AUTHOR** - ``'new'``, ``'yes'`` or``'no'`` |
176 | 176 | Send nosy messages to the author of the message? |
@@ -267,7 +267,7 @@ tracker is attempted.:: |
267 | 267 | # configuration of the logging module. The latter is activated when you |
268 | 268 | # provide the LOGGING_FILENAME and optionally LOGGING_LEVEL variables. If |
269 | 269 | # none of these variables are defined then only errors will be logged, and |
270 | | - # they will go to stderr. |
| 270 | + # they will go to stderr. See the Admin Guide for more detail. |
271 | 271 | # LOGGGING_CONFIG = os.path.join(TRACKER_HOME, 'logging.ini') |
272 | 272 | # or, |
273 | 273 | # LOGGING_FILENAME = '/path/to/log file' |
@@ -4057,4 +4057,5 @@ Back to `Table of Contents`_ |
4057 | 4057 |
|
4058 | 4058 | .. _`Table of Contents`: index.html |
4059 | 4059 | .. _`design documentation`: design.html |
| 4060 | +.. _`admin guide`: admin_guide.html |
4060 | 4061 |
|
0 commit comments