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 01d8895 commit fa0b164Copy full SHA for fa0b164
src/context.ts
@@ -26,6 +26,13 @@ export default class Context {
26
}
27
28
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();
36
37
38
/**
0 commit comments