Files
cgrates/data/conf/logging/rsyslog.conf

5 lines
159 B
Plaintext

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