From f3261e937390fa703392d1234d47c00647285d42 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 8 May 2015 16:38:54 -0300 Subject: [bug] remove --syslog twistd option Currently, we don't want to log to syslog, because the platform has to be modified before we can do that (see #6942). In the future, we might want to log to syslog only, or make it optional depending on the contents of /etc/default/leap_mx. For now we just remove twistd's --syslog option from the initscript. Closes: #6937. --- changes/bug_6937_remove-syslog-option | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_6937_remove-syslog-option (limited to 'changes') diff --git a/changes/bug_6937_remove-syslog-option b/changes/bug_6937_remove-syslog-option new file mode 100644 index 0000000..d3a65c3 --- /dev/null +++ b/changes/bug_6937_remove-syslog-option @@ -0,0 +1,2 @@ + o Remove logging to syslog for now. We should only do this in the future, + when the platform is ready for it. Closes #6937. -- cgit v1.2.3