summaryrefslogtreecommitdiff
path: root/docs/docbook/adminguide.xml
diff options
context:
space:
mode:
authorDebian QA Group <packages@qa.debian.org>2018-03-03 14:08:09 -0500
committerReinhard Tartler <siretart@tauware.de>2018-03-03 14:08:09 -0500
commitc853116a7a65e724842e00f7e4b6f1b2ae1edb5c (patch)
tree51ee2768644dd6fd8b4f4693ac1ed657edd2483a /docs/docbook/adminguide.xml
parentd93873567421b74fa3aa4d6297fc998886f47907 (diff)
adjust-syslog-facility
change default syslog facility from LOG_LOCAL6 to LOG_DAEMON Gbp-Pq: Name 03-adjust-syslog-facility.diff
Diffstat (limited to 'docs/docbook/adminguide.xml')
-rw-r--r--docs/docbook/adminguide.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/docbook/adminguide.xml b/docs/docbook/adminguide.xml
index edb0a58c..440c7d4f 100644
--- a/docs/docbook/adminguide.xml
+++ b/docs/docbook/adminguide.xml
@@ -286,6 +286,12 @@ local5.info /var/log/raidfile</programlisting>
<para><emphasis role="bold">Note:</emphasis> Separators must be tabs,
otherwise these entries will be ignored.</para>
+ <para><emphasis role="bold">Note2:</emphasis> The packaged
+ debian and ubuntu versions of boxbackup do not log to local6,
+ but to the more standard 'daemon' facility. This means you
+ should not have anything to do to your syslog configuration,
+ since it is configured to be logged by default.</para>
+
<programlisting>touch /var/log/box
touch /var/log/raidfile</programlisting>