I am using sudo log collect --device-udid {device-udid} --last 7m command to collect console.app logs . But it seems only info and error logs are getting collected in logarchive file even though I can se debug level logs getting printed in console.app . How we can change the level to collect debug level logs as well from console app.
Options log collect command have -: --device Collect logs from first device found --device-name <name> Collect logs from device with the given name --device-udid <UDID> Collect logs from device with the given UDID --last <num>[m|h|d] Collect logs starting <num>[m|h|d] ago -output <path> Output log archive to the given path --size <num>[k|m] Limit log collection to the given size --start <time> Collect logs starting at the given time
There is no way to provide debug level in command .