mirror of
https://github.com/coturn/coturn.git
synced 2025-12-25 09:51:37 +01: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