Yes they all seem correct.Have you checked the sleep settings on the MacBook?
Code:pmset -g
I'll change that.networkoversleep should be 1
Yes, I think there's very little in the /var/log/system.log for any recent macOS. You'll likely need to use the 'log' command (or some third-party app).I'm wondering if this command no longer works as log files have changed on more recent versions of macOS.
log show --info --last 1h --predicate 'composedMessage contains[c] "mDNSResponder" ' log show --info --last 1h --predicate 'process=="mDNSResponder" '--style compact option, also. You can delete or modify the "--last 1h" to be 10m or 4h, for example.