added logging
This commit is contained in:
parent
d76f0ff5ff
commit
5c87f068d6
10 changed files with 38 additions and 16 deletions
|
|
@ -15,6 +15,9 @@ import { setupServiceContainer } from './container-setup';
|
|||
// Initialize configuration with service-specific overrides
|
||||
const config = initializeStockConfig('dataPipeline');
|
||||
|
||||
// Log the full configuration
|
||||
const logger = getLogger('data-pipeline');
|
||||
logger.info('Service configuration:', config);
|
||||
|
||||
// Create service application
|
||||
const app = new ServiceApplication(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue