Ticket #747 (defect)
Opened 1 year ago
Last modified 1 year ago
log.screen should send error log messages to stderr
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
Currently, setting log.screen sends both access and error messages to sys.stdout. It should instead send error messages to sys.stderr, and access messages to sys.stdout.
Change History
10/30/07 11:50:15: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [1812].