You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using hepipe to feed freeswitch.log into homer. I've noticed that entries on the log tab in homer can show up out of order. Is there anything to be done about this? Thanks!
I'm using hepipe to feed freeswitch.log into homer. I've noticed that entries on the log tab in homer can show up out of order. Is there anything to be done about this? Thanks!
logs_config: {
debug: true,
HEP_ID: 11,
HEP_PASS: 'multipass',
logs: [
{
tag : 'FSlog',
host : '127.0.0.1',
pattern: ['^([^ ]) .'],
path : '/var/log/freeswitch/freeswitch.log'
}
]
}
};
The text was updated successfully, but these errors were encountered: