On my M1 MBA, I get continuous 'Entering Sleep' messages in the power logs and I just want to know if this is normal or does this suggest it's not going to sleep.
I used this command
pmset -g log|grep -e " Sleep " -e " Wake "
Would you mind sharing yours during a closed-lid sleeping session?
I closed the lid at 21:37 and opened it at 5:49, notice inbetween I get all these messages.
Here's an output for the command (that was provided by ChatGPT) if it helps:
log show --predicate 'subsystem == "com.apple.powerd" AND (eventMessage CONTAINS "Sleep" OR eventMessage CONTAINS "Wake")' --info --last 12h
I used this command
pmset -g log|grep -e " Sleep " -e " Wake "
Would you mind sharing yours during a closed-lid sleeping session?
I closed the lid at 21:37 and opened it at 5:49, notice inbetween I get all these messages.
Here's an output for the command (that was provided by ChatGPT) if it helps:
log show --predicate 'subsystem == "com.apple.powerd" AND (eventMessage CONTAINS "Sleep" OR eventMessage CONTAINS "Wake")' --info --last 12h
Last edited: