Log show --debug not working, only shows Error events
When I run:
log stream --level debug --predicate "some rule"
I see both debug and error messages in the output.
When I run same command but with show output
log show --debug --predicate "some rule"
I don't see any debug messages, only error ones.
How can I see debug messages in the log show command?