Rsyslog high precision timestamps, date-rfc3339 as default

Show GMT and sharp timestamps including ms, which would allow to
distinct messages geographically and by service thread-workers.
Apply both for log server and clients.

Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
This commit is contained in:
Bogdan Dobrelya
2013-07-10 16:01:48 +03:00
parent 873230f55b
commit b321d1b85e
6 changed files with 6 additions and 0 deletions

View File

@@ -391,6 +391,7 @@ if $use_syslog {
class { "::openstack::logging":
# FIXME #stage => 'first',
role => 'client',
show_timezone => true,
# log both locally include auth, and remote
log_remote => true,
log_local => true,

View File

@@ -409,6 +409,7 @@ if $use_syslog {
class { "::openstack::logging":
# FIXME #stage => 'first',
role => 'client',
show_timezone => true,
# log both locally include auth, and remote
log_remote => true,
log_local => true,

View File

@@ -431,6 +431,7 @@ if $use_syslog {
class { "::openstack::logging":
# FIXME #stage => 'first',
role => 'client',
show_timezone => true,
# log both locally include auth, and remote
log_remote => true,
log_local => true,

View File

@@ -378,6 +378,7 @@ if $use_syslog {
class { "::openstack::logging":
# FIXME #stage => 'first',
role => 'client',
show_timezone => true,
# log both locally include auth, and remote
log_remote => true,
log_local => true,

View File

@@ -320,6 +320,7 @@ if $use_syslog {
class { "::openstack::logging":
# FIXME #stage => 'first',
role => 'client',
show_timezone => true,
# log both locally include auth, and remote
log_remote => true,
log_local => true,

View File

@@ -294,6 +294,7 @@ if $use_syslog {
class { "::openstack::logging":
# FIXME #stage => 'first',
role => 'client',
show_timezone => true,
# log both locally include auth, and remote
log_remote => true,
log_local => true,