Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit be50b7b

Browse files
authored
Add simple-log to the example configuration
My turn server always failed because without the simple-log flag it was not able to create the log files correctly.
1 parent 1588139 commit be50b7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_posts/2019-02-14-setup-turn-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ no-tlsv1_1
144144
# Log to a single filename (rather than new log files each startup). You'll
145145
# want to install a logrotate configuration (see below)
146146
log-file=/var/log/coturn.log
147+
148+
# To enable single filename logs you need to enable the simple-log flag
149+
simple-log
147150
```
148151

149152
## Configure Log Rotation

0 commit comments

Comments
 (0)