summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRonald Bradford <ronald.bradford@gmail.com>2016-02-02 20:38:02 +0000
committerRonald Bradford <ronald.bradford@gmail.com>2016-02-04 18:37:40 +0000
commit6d104a3b412fc0a649bfd3246de95ed1f5b94a4a (patch)
tree0b09e2cb68f83afa0284439e3920b1097b0f68ec /etc
parent22afa47ca74b1cd5cab9b723d6e0fe1ebcd622cd (diff)
downloadoslo-rootwrap-6d104a3b412fc0a649bfd3246de95ed1f5b94a4a.tar.gz
Remove unused use-syslog-rfc-format option
Remove this option that appears ignored. For reference by similar name only, this option is marked as deprecated and to be removed from oslo.log in Mitaka. Refer to I9b77899fe437d359df2a15961866b194b564ca48. Change-Id: I9a97b53d829a9ca6b92ee4b545f616a3bc5b25be
Diffstat (limited to 'etc')
-rw-r--r--etc/rootwrap.conf.sample5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/rootwrap.conf.sample b/etc/rootwrap.conf.sample
index 197b84c..a29f501 100644
--- a/etc/rootwrap.conf.sample
+++ b/etc/rootwrap.conf.sample
@@ -16,11 +16,6 @@ exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin
# Default value is False
use_syslog=False
-# Enable RFC5424 compliant format for syslog (add APP-NAME before MSG part)
-# Default value is False - no format changes
-# TODO(bogdando) remove or use True after existing syslog format deprecation in J
-use_syslog_rfc_format=False
-
# Which syslog facility to use.
# Valid values include auth, authpriv, syslog, user0, user1...
# Default value is 'syslog'