mirror of
https://github.com/coturn/coturn.git
synced 2026-04-05 04:11:52 +02:00
When using --log-file stdout to redirect turnserver logs to stdout instead of creating a log file, a default log file was still being created. This happened because the --log-file argument was processed after logging had already occurred during startup. Fix #1670