Files
cgrates/data/conf/logging/rsyslog.conf
2023-06-23 11:54:59 +02:00

4 lines
148 B
Plaintext

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