This commit is contained in:
John Livingston
2023-09-21 16:09:50 +02:00
parent 8029bab8e4
commit eed88e9339
4 changed files with 124 additions and 39 deletions

View File

@ -190,7 +190,7 @@ class BotConfiguration {
// Note: using localhost, and not currentProsody.host, because it does not always resolve correctly
service: 'xmpp://localhost:' + port
},
name: 'Moderator',
name: 'Sepia',
logger: 'ConsoleLogger',
log_level: isDebugMode(this.options) ? 'debug' : 'info'
}