cli
cli copied to clipboard
Display logs from within plugins
User story
As a user, I want to know what is going on inside the plugins. I want to see not only errors but also warnings and other valuable information.
Acceptance criteria
- [x] #710
- [ ] When an
infoorwarninglog is posted from within a plugin, the user can see it (can be behind verbose flag). - [ ] As before,
errorlogs are also visible to the user.
Consider extending logger to log into log files so all errors from plugins could appear in some temporary file.
Turn off logging --help options on error.
Consider extending logger to log into log files so all errors from plugins could appear in some temporary file.
I would suggest to implement the stdout and stderr properly and log it directly to the console.
Not sure what the file can help more in comparison to styled and formatted logs in CI/locally.