Closed vinisalazar closed 4 years ago
Dear developers,
Is there a way to suppress the console output (e.g. a "quiet" parameter) and only write a log file instead?
Thank you for any assistance you can provide.
You can always redirect the standard error to a file , using `1 > log'.
Dear developers,
Is there a way to suppress the console output (e.g. a "quiet" parameter) and only write a log file instead?
Thank you for any assistance you can provide.