Disable log censoring in macOS Sierra (<private>)
To disable log censoring in macOS Sierra, simply execute:
sudo log config --mode "private_data:on"
to reenable:
sudo log config --mode "private_data:off"
for further information i recommand the man page on log
. Thanks to mjtsai for his blog post, where I got the info from.
Read other posts