Default to True for use-syslog-rfc-format

The use-syslog-rfc-format option was scheduled to be defaulted to
True in the J release. This is finally changing.

Change-Id: I6b00fabbace98bf62452928f1969d64fa9259094
Closes-Bug: 1434212
This commit is contained in:
Brant Knudson
2015-03-21 08:21:47 -05:00
parent 68af49e0e4
commit 7f6db3a317
2 changed files with 4 additions and 6 deletions

View File

@@ -626,7 +626,7 @@ class LogConfigOptsTestCase(BaseTestCase):
_options._DEFAULT_LOG_DATE_FORMAT)
self.assertEqual(self.CONF.use_syslog, False)
self.assertEqual(self.CONF.use_syslog_rfc_format, False)
self.assertEqual(self.CONF.use_syslog_rfc_format, True)
def test_log_file(self):
log_file = '/some/path/foo-bar.log'