fixed description of LOG_STDOUT setting

This commit is contained in:
Pablo Hoffman 2010-01-13 15:51:08 -02:00
parent 48739ae60c
commit 08eeaf98a2
1 changed files with 4 additions and 4 deletions

View File

@ -516,8 +516,7 @@ LOG_FILE
Default: ``None``
File name to use for logging output. If None, standard input (or error) will be
used depending on the value of the LOG_STDOUT setting.
File name to use for logging output. If None, standard error will be used.
.. setting:: LOG_LEVEL
@ -536,8 +535,9 @@ LOG_STDOUT
Default: ``False``
If enabled logging will be sent to standard output, otherwise standard error
will be used.
If ``True``, all standard output (and error) of your process will be redirected
to the log. For example if you ``print 'hello'`` it will appear in the Scrapy
log.
.. setting:: MAIL_FROM