Skip to content

the web ui is display log data #30

@9-4-6

Description

@9-4-6

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions