Standard default CDK log messages are written to the StandardError stream. We can't disable these log messages.
Environment
- **CLI Version :1.36.1
- **Framework Version:1.36.1
- **OS :Windows 10
- **Language :Typescript
Other
These log messages lead to failure of AzureDevops Build:

I think that the problem is here:
|
export const print = logger(stderr); |
In my opinion it is not good practice to write some non-error logs in stderr. And on top of all that we can't disable these default log messages.
--no-color option doesn't help. Setting options --trace --verbose as false does not disable default log messages.
This is 🐛 Bug Report
Standard default CDK log messages are written to the StandardError stream. We can't disable these log messages.
Environment
Other
These log messages lead to failure of AzureDevops Build:

I think that the problem is here:
aws-cdk/packages/aws-cdk/lib/logging.ts
Line 29 in 986e281
In my opinion it is not good practice to write some non-error logs in stderr. And on top of all that we can't disable these default log messages.
--no-color option doesn't help. Setting options --trace --verbose as false does not disable default log messages.
This is 🐛 Bug Report