Closed de-cix-role closed 8 years ago
A log file is created in the current dir by default. Rather print warning/error to stderr. Only create such files if requested by user.
Specifically, this is bad if the tool shall be used across an entire system, e.g., deployed in /usr/local/bin/:
IOError: [Errno 13] Permission denied: '/usr/local/bin/pbgpp/pbgpp.log'
A log file is created in the current dir by default. Rather print warning/error to stderr. Only create such files if requested by user.