Skip to content

Commit fa0b164

Browse files
committed
Add some debug output
1 parent 01d8895 commit fa0b164

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/context.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ export default class Context {
2626
}
2727

2828
this.collectModels();
29+
30+
this.logger.group('Context setup');
31+
this.logger.log('components', this.components);
32+
this.logger.log('options', this.options);
33+
this.logger.log('database', this.database);
34+
this.logger.log('models', this.models);
35+
this.logger.groupEnd();
2936
}
3037

3138
/**

0 commit comments

Comments
 (0)