updated rsyslog conf to include logs with tag CGRateS

This commit is contained in:
gezimbll
2025-02-26 15:16:33 +01:00
committed by Dan Christian Bogos
parent 0dcf822bcb
commit 508d27e836

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
}