Skip to content

Commit

Permalink
Merge branch 'dev' into Play-time
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Jun 8, 2023
2 parents 4901632 + 34f938f commit a4ce342
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export class Core extends EventEmitter {
super();
this.mainLogger.info('Starting...');

if (this.config.debug)
this.mainLogger.setSettings({ minLevel: 'silly' });

this.emit('init', this);

// Wait DB connect
Expand Down

0 comments on commit a4ce342

Please sign in to comment.