diff --git a/data/conf/logging/rsyslog.conf b/data/conf/logging/rsyslog.conf index dcc15a5cf..98427e8b7 100644 --- a/data/conf/logging/rsyslog.conf +++ b/data/conf/logging/rsyslog.conf @@ -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 } \ No newline at end of file