Message225474
> However, from a smoke test, sys.stdout = LoggerWriter() doesn't seem to work as expected
I wasn't thinking about replacing sys.stdout (which I think is in general a bad pattern, except for daemonized processes), rather being able to 1) either replace the print() calls with logging calls with a similar API or 2) add a file= argument to print calls.
(the 1) solution could look like "print = logging.getLogger('foo').debug_printer()") |
|
Date |
User |
Action |
Args |
2014-08-17 22:28:32 | pitrou | set | recipients:
+ pitrou, barry, rhettinger, vinay.sajip, BreamoreBoy, numerodix, Saimadhav.Heblikar |
2014-08-17 22:28:32 | pitrou | set | messageid: <1408314512.35.0.0614874464353.issue22195@psf.upfronthosting.co.za> |
2014-08-17 22:28:32 | pitrou | link | issue22195 messages |
2014-08-17 22:28:32 | pitrou | create | |
|