Some logging cleanup

This commit is contained in:
Bryan Ashby
2022-05-07 11:47:04 -06:00
parent 18420fd7a7
commit bd28de9a69
6 changed files with 14 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ exports.getModule = class AreaPostFSEModule extends FullScreenEditorModule {
// note: not logging 'from' here as it's part of client.log.xxxx()
self.client.log.info(
{ to : msg.toUserName, subject : msg.subject, uuid : msg.messageUuid },
'Message persisted'
`User "${self.client.user.username}" posted message to "${msg.toUserName}" (${msg.areaTag})`
);
}