mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Write log to stderr
Be consistent with python's default behavior and play nice with CGI.
This commit is contained in:
parent
14515cfe27
commit
c091399f5e
2 changed files with 3 additions and 3 deletions
2
logging
2
logging
|
@ -39,7 +39,7 @@ handlers = console,file
|
|||
# Console handler
|
||||
class = StreamHandler
|
||||
level = INFO
|
||||
args = (sys.stdout,)
|
||||
args = (sys.stderr,)
|
||||
formatter = simple
|
||||
|
||||
[handler_file]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue