Skip to:
Please remove exceptions or stack traces from all the error handling. For example
These exceptions are being displayed for many error scenarios and doesn't look good in the cli.
Now cli does not display exceptions or stack traces in normal mode, they are displayed in verbose mode.
Some errors are now being displayed after the new changes, an example is given below
For adding more error messages has been filed.
Thanks for letting us know, this PR should fix it.
Hi , Cli has stopped displaying any error with the new changes
It just exits after this without displaying any error.With debug logging, the actual error is displayed
Hence without debug logging, cli should display the errors as
Fixed by as part of
We could add the stack exceptions or stack traces to a log file. For now we will add this as a known limitation in the docs. FYI
Please remove exceptions or stack traces from all the error handling. For example
These exceptions are being displayed for many error scenarios and doesn't look good in the cli.