Files
cgrates/data/conf/logging/rsyslog.conf
2024-09-05 20:46:40 +02:00

5 lines
149 B
Plaintext

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