log show: --last 1m command ignored
Hi all
Wondering if anyone else has experienced this. Running MacOS Sierra 10.12.6 (16G29)
In Terminal, when I issue the log show --last 1m command, I get all log entries from the beginning of the month, as opposed to the last 1 minute.
I get the same output if I include --start and --end dates/times - all log entries starting oldest first.
It does not make a difference whether I include --predicate, --style, --info, --debug
Anyone else experienced this please? What am I doing wrong?
Thanks
James
E.G.
MacBookPro:~ user$ log show --style syslog --info --last 1m
Skipping debug messages, pass --debug to include.
Timestamp (process)[PID]
2017-07-01 07:23:39.000000+1000 localhost timesync: === system boot: F9C43253-68AE-4750-B79B-60145EB14C4E
2017-07-01 07:23:40.790269+1000 localhost logind[102]: (logind) Created Activity ID: 0x8000000000000080, Description: Loading Preferences From System CFPrefsD For Search List
2017-07-01 07:23:40.841874+1000 localhost logind[102]: (loginsupport) logind started
2017-07-01 07:23:40.916951+1000 localhost cfprefsd[116]: (cfprefsd) Created Activity ID: 0x8000000000000170, Parent ID: 0x8000000000000161, Description: rejecting read of { %{public}s, %{public}s, %{public}s, %{public}s, managed: %d } from process %{public}d because %{public}s
================================================================================ ================================================================================ ================================================================================ ==========================================
MacBookPro:~ user$ log show --style syslog --info --start 2017-07-25 --end 2017-07-25
Skipping debug messages, pass --debug to include.
Timestamp (process)[PID]
2017-07-01 07:23:39.000000+1000 localhost timesync: === system boot: F9C43253-68AE-4750-B79B-60145EB14C4E
2017-07-01 07:23:40.790269+1000 localhost logind[102]: (logind) Created Activity ID: 0x8000000000000080, Description: Loading Preferences From System CFPrefsD For Search List
2017-07-01 07:23:40.841874+1000 localhost logind[102]: (loginsupport) logind started
2017-07-01 07:23:40.916951+1000 localhost cfprefsd[116]: (cfprefsd) Created Activity ID: 0x8000000000000170, Parent ID: 0x8000000000000161, Description: rejecting read of { %{public}s, %{public}s, %{public}s, %{public}s, managed: %d } from process %{public}d because %{public}s
2017-07-01 07:23:41.166364+1000 localhost mtmfs[78]: (mtmfs) Created Activity ID: 0x8000000000000260, Description: Loading Preferences From System CFPrefsD For Search List
2017-07-01 07:23:41.176445+1000 localhost mtmfs[78]: (mtmfs) Created Activity ID: 0x8000000000000261, Description: Loading Preferences From System CFPrefsD For Search List
2017-07-01 07:23:41.305136+1000 localhost corebrightnessd[107]: Brightness system started
2017-07-01 07:23:41.305552+1000 localhost corebrightnessd[107]: (CoreBrightness) Using default queue
MacBook Pro TouchBar and Touch ID, macOS Sierra (10.12.6)