diff options
author | drebs <drebs@leap.se> | 2015-05-08 16:38:54 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-05-08 17:31:50 -0300 |
commit | b4110c421f6e2ec64ac3f8c188518f2eaab37a7b (patch) | |
tree | 1c8f9184364b93f0d2e97b51f00d2f6e56a17c6b /changes | |
parent | 2a3e3821bb0b7af4d8ce379c52be93e7e09db034 (diff) |
[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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_6937_remove-syslog-option | 2 |
1 files changed, 2 insertions, 0 deletions
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. |