mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
logging
This commit is contained in:
@@ -63,7 +63,7 @@ function installSrfLocals(srf, logger) {
|
|||||||
initMS(logger, val, ms);
|
initMS(logger, val, ms);
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
logger.info(`failed connecting to freeswitch at ${fs.address}, will retry shortly`);
|
logger.info({err}, `failed connecting to freeswitch at ${fs.address}, will retry shortly`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// retry to connect to any that were initially offline
|
// retry to connect to any that were initially offline
|
||||||
|
|||||||
Reference in New Issue
Block a user