Lots of debug output on Mac in v0.8.16

Not sure if this is a bug, so I’m posting here before I file an issue on GitHub. I upgraded to v0.8.16 today on both my Macbook Air laptop and on the AWS Ubuntu instance I’m running, but on my Macbook, it looks like I’m getting lots of debug output. I haven’t set any of the STTRACE variables, so I’m not sure why. Is there a way to turn it off? Here’s a sample of the output I’m seeing:

[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "2123"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "admin"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "0"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "snapshots"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "1381378783.bz2"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "1381378819.bz2"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "1381378830.bz2"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "1381380358.bz2"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "1381436616.bz2"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "worksheet.html"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "worksheet_conf.pickle"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "history.pickle"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "openid.pickle"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "twistedconf.tac"
[OFDGQ] 2014/06/23 10:16:28 DEBUG: "*.DS_Store" "users.pickle"

Ah. That’s a bug, sorry. :confused: (Only shows up when there are .stignore patterns)

You can run syncthing 2>&1 | grep -v DEBUG as a quick workaround…

Here’s a fixed build for you so you don’t have to live with that for almost a full week;

https://nym.se/t/syncthing-darwin-amd64-v0.8.16-5-g2383579.tar.gz https://nym.se/t/syncthing-linux-amd64-v0.8.16-5-g2383579.tar.gz

Awesome, thanks so much :slight_smile: