From 001dc2531899a61480ab7819ebe8766dbf3d7d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sat, 14 Nov 2015 20:14:46 +0100 Subject: [PATCH] Missing log_name option added Change-Id: If0224f346aa7372268115284c112e8f3a60a9be4 --- etc/drive-audit.conf-sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/drive-audit.conf-sample b/etc/drive-audit.conf-sample index 6deb7b4b9b..b1d8e4d0a2 100644 --- a/etc/drive-audit.conf-sample +++ b/etc/drive-audit.conf-sample @@ -1,11 +1,15 @@ [drive-audit] # device_dir = /srv/node +# +# You can specify default log routing here if you want: +# log_name = drive-audit # log_facility = LOG_LOCAL0 # log_level = INFO # log_address = /dev/log # The following caps the length of log lines to the value given; no limit if # set to 0, the default. # log_max_line_length = 0 +# # minutes = 60 # error_limit = 1 # recon_cache_path = /var/cache/swift