no date in mac osx logfile?

Thanks,

I guess, I followed this HowTo by @calmh

I have checked the debugging help, but, well, I guess, I am missing something…

Where would I add the logflags ?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Label</key>
        <string>net.syncthing.syncthing</string>
        <key>ProgramArguments</key>
        <array>
                <string>/Applications/syncthing</string>
        </array>
        <key>EnvironmentVariables</key>
        <dict>
                <key>HOME</key>
                <string>/Users/user</string>
                <key>STNORESTART</key>
                <string>1</string>
        </dict>
        <key>KeepAlive</key>
        <true/>
        <key>LowPriorityIO</key>
        <true/>
        <key>ProcessType</key>
        <string>Background</string>
        <key>StandardOutPath</key>
        <string>/Users/user/Library/Logs/Syncthing.log</string>
        <key>StandardErrorPath</key>
        <string>/Users/user/Library/Logs/Syncthing-Errors.log</string>
</dict>
</plist>