How to write logfile with errors in Python?
Use sys module which controls stdin, stdout, and stderr. >> sys.stderr.write('Starting printing errors'
Re: How to write logfile with errors in Python?
Use sys module which controls stdin, stdout, and stderr.
>> sys.stderr.write('Starting printing errors'