Make log less verbose

This commit is contained in:
Basti 2021-11-13 21:59:34 +01:00
parent 84613ed3a3
commit 8db448c4a0
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ const ChatMessages = function (privateClient, publicClient) {
const path = this.path.substring(0, this.path.length-this.dateId.length)+archive.today['@id'];
return this.client.storeObject('daily-archive', path, archive).then(() => {
console.debug('[chat-messages] Previous archive written to remote storage', path, archive);
console.debug('[chat-messages] Previous archive written to remote storage at', path);
return archive;
});
} else {