How can I see power management log in Catalina?
In macOS Mojave I was able to see power management logs in Console under /var/log/powermanagement
This is not my Mac, but the Console UI was similar before upgrade.
After upgrading to Catalina, I can't see /var/log in the Console anymore.
I can see there are power management logs in terminal:
host:powermanagement user$ pwd
/private/var/log/powermanagement
host:powermanagement user$ ls -la
total 1048
drwxr-xr-x@ 5 root admin 160 Oct 17 01:05 .
drwxr-xr-x 28 root wheel 896 Oct 17 01:05 ..
-rw-r--r--@ 1 root admin 151705 Oct 16 23:05 2019.10.16.asl
-rw-r--r--@ 1 root admin 317351 Oct 17 15:05 2019.10.17.asl
-rw-r--r--@ 1 root admin 8 Oct 17 15:05 StoreData
But I'm not able to browse to that directory when I try to open the files with Console.
How can I add the power management report to console?
Or I would be also happy to open the log file in terminal.