We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcc66c commit 8c1cd67Copy full SHA for 8c1cd67
src/backend-runner/backend-config.service.ts
@@ -25,7 +25,7 @@ export class BackendConfigService implements OnModuleInit {
25
26
public async initialize(): Promise<void> {
27
const backendsConfigData = [];
28
- this.logger.log('Load backends config...');
+ this.logger.log('Load backends config...', this.config.get<string>('application.backendsPath'));
29
30
const crawler = new fdir().withBasePath().filter((path: string) => path.endsWith('.yml'));
31
const files = crawler.crawl(this.config.get<string>('application.backendsPath')).sync().sort();
0 commit comments