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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user