Actually do log traces

This commit is contained in:
Alex Gleason 2025-01-30 02:23:47 -06:00
parent 38f5a12284
commit 2ac2a45350
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -104,9 +104,7 @@ export class Storages {
// Skip event verification (it's done in the pipeline).
verifyEvent: () => true,
log(log) {
if (log.level !== 'trace') {
logi(log);
}
logi(log);
},
});
},