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