mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
updated rsyslog conf to include logs with tag CGRateS
This commit is contained in:
committed by
Dan Christian Bogos
parent
0dcf822bcb
commit
508d27e836
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user