added logging

This commit is contained in:
Boki 2025-06-23 14:36:47 -04:00
parent d76f0ff5ff
commit 5c87f068d6
10 changed files with 38 additions and 16 deletions

View file

@ -21,7 +21,9 @@ if (config.queue) {
config.queue.delayWorkerStart = true;
}
// Log the full configuration
const logger = getLogger('web-api');
logger.info('Service configuration:', config);
// Create service application
const app = new ServiceApplication(