Hi. The documentation says that an unconfigured log_file directive will output to stdout and to syslog.
I'm trying to create a systemd unit and I want all of my logs to go into the journal, so I should leave log_file unconfigured and let systemd handle things, but then I'll have motion writing duplicate messages into my journal and my syslog.
Is there any way to output only to stdout?