Skip to content

Commit

Permalink
doc fix: log to '-' means stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Mar 27, 2012
1 parent 573ad01 commit 4a01269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gunicorn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ class AccessLog(Setting):
desc = """\
The Access log file to write to.
"-" means log to stdout.
"-" means log to stderr.
"""

class AccessLogFormat(Setting):
Expand Down Expand Up @@ -720,7 +720,7 @@ class ErrorLog(Setting):
desc = """\
The Error log file to write to.
"-" means log to stdout.
"-" means log to stderr.
"""

class Loglevel(Setting):
Expand Down

0 comments on commit 4a01269

Please sign in to comment.