The default log entry of a .netcore app is being written to the stdout and interpreted by the GCP Stackdriver as an info message, even if it is an error. Is there a way to write .netcore errors to the stderr or configure them somehow so that Stackdriver will interpret them as errors?

