mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
5 lines
149 B
Plaintext
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
|
|
}
|