summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-03-19 13:15:24 -0700
committerChristof Schmitt <cs@samba.org>2015-03-23 23:59:36 +0100
commit72f1a2a0af7810a0e6011524007a509d4dc065a5 (patch)
treee44795fe9855474b9498198edb7ddd38c586f564 /WHATSNEW.txt
parentf9e92fc2b0dc4e5c613cf795952e3484f50388ac (diff)
downloadsamba-72f1a2a0af7810a0e6011524007a509d4dc065a5.tar.gz
WHATSNEW: Add logging backends
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
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index b389b5ce3e0..ac2e40db374 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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