fix(issue-8220): show system notes in text output when --type all
Description
With --type all (the default), system notes were included in JSON output but silently hidden in text output because showSystemLogs was only set to true for --type system. This made the same command produce different result sets depending on the output format.
Align text output with JSON: pass showSystemLogs=true whenever --type is 'system' or 'all'.
Related Issues
Resolves #8220 (closed)
How has this been tested?
Screenshots (if appropriate):
Edited by Syed Saif Ali Alvi