updated rsyslog conf to include logs with tag CGRateS

This commit is contained in:
gezimbll
2025-02-26 12:48:06 +01:00
committed by Dan Christian Bogos
parent 9163d96ece
commit 535f2e554e

View File

@@ -1,4 +1,4 @@
if ($programname startswith 'cgr-engine' or $msg contains 'CGRateS') then {
if ($programname startswith 'cgr-engine' or $programname startswith 'CGRateS') then {
action(type="omfile" File="/var/log/cgrates/CGRateS.log")
stop
}