Send non-error log messages to stdout rather than stderr. Any messages outside the main function are expected to be purely informational. By sending to stdout rather than stderr, they can be discarded during the build. Fixes #568
Send non-error log messages to stdout rather than stderr. Any messages outside the main function are expected to be purely informational. By sending to stdout rather than stderr, they can be discarded during the build. Fixes #568