support changing log level runtime (#926)

* support changing log level runtime

* support changing log level runtime

* support changing log level runtime
This commit is contained in:
Hoan Luu Huu
2024-10-07 20:51:51 +07:00
committed by GitHub
parent 96b3b0fe07
commit 2af67d8f05
5 changed files with 59 additions and 9 deletions

View File

@@ -139,7 +139,8 @@ function installSrfLocals(srf, logger) {
lookupAccountBySid,
lookupAccountCapacitiesBySid,
lookupSmppGateways,
lookupClientByAccountAndUsername
lookupClientByAccountAndUsername,
lookupSystemInformation
} = require('@jambonz/db-helpers')({
host: JAMBONES_MYSQL_HOST,
user: JAMBONES_MYSQL_USER,
@@ -215,6 +216,7 @@ function installSrfLocals(srf, logger) {
lookupAccountCapacitiesBySid,
lookupSmppGateways,
lookupClientByAccountAndUsername,
lookupSystemInformation,
updateCallStatus,
retrieveCall,
listCalls,