Centralized logging minor fixes

This patch contains following fixes to have rsyslog configured properly:

 - Don't use default startmsg.regex for QDR
 - Fixed log path for pacemaker service

Change-Id: I2220ba108296475a49eebdc3ceec27208d201b0d
This commit is contained in:
Martin Magr 2020-08-13 10:49:07 +02:00
parent d13d010693
commit 34a2b091d2
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ parameters:
default:
tag: openstack.nova.consoleauth
file: /var/log/containers/qdrouterd/metrics_qdr.log
startmsg.regex: "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}(.[0-9]+ \\+[0-9]+)? [A-Z]+ \\([a-z]+\\) "
MetricsQdrPort:
default: 5666
description: Service name or port number on which the qdrouterd will accept

View File

@ -95,7 +95,7 @@ parameters:
type: json
default:
tag: system.pacemaker
file: /var/log/host/pacemaker.log
file: /var/log/host/pacemaker/pacemaker.log
startmsg.regex: "^[a-zA-Z]{3} [0-9]{2} [:0-9]{8}"
ContainerCli:
type: string