From f3992239857d93031e93033245e5fc9efd077473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Sat, 2 Mar 2019 23:36:41 +0100 Subject: [PATCH] Set log to syslog --- debian/patches/Set-logging-to-syslog.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) create mode 100644 debian/patches/Set-logging-to-syslog.patch create mode 100644 debian/patches/series diff --git a/debian/patches/Set-logging-to-syslog.patch b/debian/patches/Set-logging-to-syslog.patch new file mode 100644 index 00000000..21782564 --- /dev/null +++ b/debian/patches/Set-logging-to-syslog.patch @@ -0,0 +1,21 @@ +From: =?utf-8?b?TcOpc3rDoXJvcyBNaWjDoWx5?= +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. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..29f53942 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +Set-logging-to-syslog.patch