Improve logging

This commit is contained in:
Isaac
2022-09-26 16:39:32 +01:00
parent 00b85cd5dd
commit 9d46abcbb3
11 changed files with 83 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ module.exports = config => {
}
return new Logger({
namespaces: ['commands', 'http', 'listeners', 'settings', 'tickets'],
namespaces: ['autocomplete', 'buttons', 'commands', 'http', 'listeners', 'menus', 'modals', 'settings', 'tickets'],
transports,
});
};