WHATSNEW: Add logging backends
authorChristof Schmitt <cs@samba.org>
Thu, 19 Mar 2015 20:15:24 +0000 (13:15 -0700)
committerChristof Schmitt <cs@samba.org>
Mon, 23 Mar 2015 22:59:36 +0000 (23:59 +0100)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Christof Schmitt <cs@samba.org>
Autobuild-Date(master): Mon Mar 23 23:59:37 CET 2015 on sn-devel-104

WHATSNEW.txt

index b389b5ce3e08d603955f10a02e0b9c1b2e13ee15..ac2e40db3747e55ab266ca8ff9c2b3eff8fd457b 100644 (file)
@@ -16,6 +16,11 @@ UPGRADING
 NEW FEATURES
 ============
 
+The logging code now supports logging to multiple backends.  In
+addition to the previously available syslog and file backends, the
+backends for logging to the systemd-journal, lttng and gpfs have been
+added. Please consult the section for the 'logging' parameter in the
+smb.conf manpage for details.
 
 
 ######################################################################
@@ -27,6 +32,7 @@ smb.conf changes
 
    Parameter Name                      Description     Default
    --------------                      -----------     -------
+   logging                             New             (empty)
 
 
 KNOWN ISSUES