1
0
mirror of https://github.com/coturn/coturn.git synced 2026-05-05 10:46:10 +02:00

Set log to syslog

This commit is contained in:
Mészáros Mihály 2019-03-02 23:36:41 +01:00
parent 96ca6cbafd
commit f399223985
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
From: =?utf-8?b?TcOpc3rDoXJvcyBNaWjDoWx5?= <misi@majd.eu>
Date: Sat, 2 Mar 2019 23:26:55 +0100
Subject: Set logging to syslog
---
examples/etc/turnserver.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/etc/turnserver.conf b/examples/etc/turnserver.conf
index df2535c..778c2bb 100644
--- a/examples/etc/turnserver.conf
+++ b/examples/etc/turnserver.conf
@@ -506,7 +506,7 @@
# Option to redirect all log output into system log (syslog).
#
-#syslog
+syslog
# This flag means that no log file rollover will be used, and the log file
# name will be constructed as-is, without PID and date appendage.

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
Set-logging-to-syslog.patch