Remove warning log messages for Long Running Operations#591
Remove warning log messages for Long Running Operations#591yugangw-msft merged 2 commits intoAzure:masterfrom
Conversation
|
Hi @derekbekoe, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
src/azure/cli/commands/__init__.py
Outdated
There was a problem hiding this comment.
i like this change personally, but for the people get used to interactive flow, is it possible we can still output the starting message, but just don't prefix with "warning:"?
There was a problem hiding this comment.
'WARNING:' is not displayed in interactive mode (if there's a TTY available).
But log message are prefixed with the log level if there is no TTY (e.g. redirecting the output to file) as was the case in #572.
|
|
* Fixes Azure#591. * Update index for ER cross connection * Fix linter violations.
No description provided.