You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running php vendor/bin/cadfael run --host mysql80.ab --username testuser --port 3306 mydb -vvv yields a big wall of text.
its kind of overwhelming and identifying what is critical or needs attention first is hard to grasp for the user.
it would be great if I could filter to only show Critical, Warning,.. etc.
when filtered there could be a summary table on the bottom which shows me how much errors/warnings/.. I did not see, because of my current filter
The text was updated successfully, but these errors were encountered:
By using the `--severity [1-5]` the user can indicate what level of
issues to report on (1 - all, 5 - only the most severe).
Thus this can be used to ensure the user isn't overwhelmed with
feedback and allow the user to customize their level of failure
for CI jobs.
Related to issues #79 and #41.
running
php vendor/bin/cadfael run --host mysql80.ab --username testuser --port 3306 mydb -vvv
yields a big wall of text.its kind of overwhelming and identifying what is critical or needs attention first is hard to grasp for the user.
it would be great if I could filter to only show
Critical
,Warning
,.. etc.when filtered there could be a summary table on the bottom which shows me how much errors/warnings/.. I did not see, because of my current filter
The text was updated successfully, but these errors were encountered: