diff options
author | Volker Lendecke <vl@samba.org> | 2014-08-07 10:44:01 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-08-07 22:12:12 +0200 |
commit | 221afae9ae4c8b168399565e7f9f0970a3471afb (patch) | |
tree | 8cdb9e7f584f3487de37f6ab182c6b454acd54cc /docs-xml/manpages | |
parent | b76bc4b71363401850e18ef1dce14f5a737635d3 (diff) | |
download | samba-221afae9ae4c8b168399565e7f9f0970a3471afb.tar.gz samba-221afae9ae4c8b168399565e7f9f0970a3471afb.tar.xz samba-221afae9ae4c8b168399565e7f9f0970a3471afb.zip |
vfs_full_audit: Add "full_audit:syslog"
Defaults to true (for compatibility)
With full_audit:syslog=false we DEBUG the messages with level 1.
You can explicitly [en|dis]able this with debug class full_audit:0/1
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/vfs_full_audit.8.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_full_audit.8.xml b/docs-xml/manpages/vfs_full_audit.8.xml index 2be26b03c4..b7d9be45ea 100644 --- a/docs-xml/manpages/vfs_full_audit.8.xml +++ b/docs-xml/manpages/vfs_full_audit.8.xml @@ -202,6 +202,15 @@ </listitem> </varlistentry> + <varlistentry> + <term>full_audit:syslog = true/false</term> + <listitem> + <para>Log messages to syslog (default) or as a debug level 1 + message. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> |