summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-03-31 21:43:58 +0200
committerReinhard Tartler <siretart@tauware.de>2019-07-20 00:50:07 -0400
commit864df510d403eee80d378bef7be3746a3fdd8e40 (patch)
treeb3c54141e5c24bcbaba566f6247c7628af234f87 /docs
parentd50f542209f3b5c27358fab6e8e3b575534b7b3a (diff)
change default syslog facility from LOG_LOCAL6 to LOG_DAEMON
Gbp-Pq: Name 03-adjust-syslog-facility.diff
Diffstat (limited to 'docs')
-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>