added logging
This commit is contained in:
parent
d76f0ff5ff
commit
5c87f068d6
10 changed files with 38 additions and 16 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue