'log show' command is not logging '--debug' logs
We are gathering logs of our product with the following command-
log show --predicate 'subsystem == "com.company.product"' --last 1h --info --debug
But we are not getting the logs of debug, though info and error logs are printing properly.
When we are logging with the following command-
log stream --debug --info | grep "com.company.product"
We are getting logs of debug, info and error as well.
We checked with multiple combinations as well (with only --debug, only --info, with time span), but nothing worked out.
Can we have a solutions for the same please.
OS- macOS Big Sur
Version 11.0.1