From a451e123113b436caa53555b4bd97875d647bca5 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Tue, 17 Jun 2014 11:58:46 +0300 Subject: [PATCH] Fix high precision timestamps for UI logs matching Fuel UI relies on the fixed timestamp pattern, so we have to enable it back in syslog logging config. Closes-bug: #1328877 Change-Id: Ib12779470f6bf91d26fbfa271c2af14e61535c54 Signed-off-by: Bogdan Dobrelya --- deployment/puppet/nailgun/examples/rsyslog-only.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/puppet/nailgun/examples/rsyslog-only.pp b/deployment/puppet/nailgun/examples/rsyslog-only.pp index a11546ee33..c54cbe51a1 100644 --- a/deployment/puppet/nailgun/examples/rsyslog-only.pp +++ b/deployment/puppet/nailgun/examples/rsyslog-only.pp @@ -10,6 +10,7 @@ class {"::rsyslog::server": } # Fuel specific config for logging parse formats used for /var/log/remote +$show_timezone = true $logconf = "${::rsyslog::params::rsyslog_d}30-remote-log.conf" file { $logconf : content => template('openstack/30-server-remote-log.conf.erb'),