Skip to content

Commit

Permalink
Merge pull request #233 from 2M4U/patch-3
Browse files Browse the repository at this point in the history
added 'displayFilename: true' to the Logger; Debug Purposes
  • Loading branch information
3eif authored Nov 12, 2022
2 parents ea1eb16 + 7a17afe commit 9f5f04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structures/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = class Client extends Discord.Client {
this.logger = new Logger({
displayTimestamp: true,
displayDate: true,
displayFilename: true, //For easier Debugging purposes, mainly to know where the console output is from.
}, this);

this.databaseHelper = new DatabaseHelper(this);
Expand Down

0 comments on commit 9f5f04c

Please sign in to comment.