Commit b5aec5e1 authored by Amos Latteier's avatar Amos Latteier

Fixed an error in logging docs thanks to Andy McKay.

parent c79ab2c1
...@@ -11,11 +11,11 @@ Zope Logging ...@@ -11,11 +11,11 @@ Zope Logging
example:: example::
$ python1.5.2 z2.py ZSYSLOG_SERVER="syslog.mydomain.com:514" \ $ python1.5.2 z2.py ZSYSLOG_SERVER="syslog.mydomain.com:514" \
STUPID_FILE_LOGGER=var/Zope.log" STUPID_LOG_FILE=var/Zope.log"
Currently, the following environment variables can be set: Currently, the following environment variables can be set:
STUPID_FILE_LOGGER="path" STUPID_LOG_FILE="path"
The stupid file logger writes Zope logging information to a file. The stupid file logger writes Zope logging information to a file.
It is not very smart about it - it just dumps it to a file and the It is not very smart about it - it just dumps it to a file and the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment