How do I prevent all these unwanted messages from showing up in the warning/error sections of the WebDashboard?
When executing external processes, CCNet will identify any output written to the standard error stream in the error or warnings section of the WebDashboard. To supress these messages, you can redirect the stderr stream to stdout as shown in the example below. ‘2’ refers to stderr and ‘>&1’ redirects it to stdout (‘&1’).
Related Questions
- When I configure --with-python, I get error messages saying, "warning: Not importing directory site: missing __init__.py". How do I fix this?
- How do I prevent all these unwanted messages from showing up in the warning/error sections of the WebDashboard?
- How to display built-in error and warning messages in jsf?