-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
my config.js as follows:
var config = {
hep_config: {
debug: true,
HEP_SERVER: '192.168.16.133',
HEP_PORT: 9060
},
esl_config: {
debug: true,
ESL_SERVER: '192.168.16.133',
ESL_PORT: 8021,
ESL_PASS: 'ClueCon',
HEP_PASS: 'multipass',
HEP_ID: 2222,
report_call_events: true,
report_rtcp_events: true,
report_qos_events: true
},
logs_config: {
debug: true,
HEP_PASS: 'multipass',
HEP_ID: 2222,
logs: [
{
tag : 'opus_decoder',
host : '192.168.16.133',
pattern:'^([^ ]) .',
path : '/usr/local/freeswitch/log/freeswitch.log'
}
]
}
};
### the logs is :
Press CTRL-C to Exit...
[Wed Sep 07 2022 15:34:36 GMT+0800 (中国标准时间)] Watching '/usr/local/freeswitch/log/freeswitch.log' (1925996)
Processing pattern [^([^ ]*) .*]
but ,the web ui is display freeswtich.log
Metadata
Metadata
Assignees
Labels
No labels