View Single Post
chucker
 
Join Date: May 2004
Location: near Bremen, Germany
Send a message via ICQ to chucker Send a message via AIM to chucker Send a message via MSN to chucker Send a message via Yahoo to chucker Send a message via Skype™ to chucker 
2018-09-15, 15:25

<private> means it's not allowed to log details for privacy reasons.

Try running:

Code:
sudo log config
It probably won't include PRIVATE_DATA. If so, run this:

Code:
sudo log config --mode "private_data:on"
Then run the original command again. (In my case, it first said "System mode = INFO DEBUG STREAM_LIVE", then "System mode = INFO DEBUG STREAM_LIVE PRIVATE_DATA".)

This isn't persisted across reboots, I believe. But it should be enough to gather some more information on what Spotlight is trying to index.
  quote