mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Actually do log traces
This commit is contained in:
parent
38f5a12284
commit
2ac2a45350
1 changed files with 1 additions and 3 deletions
|
|
@ -104,9 +104,7 @@ export class Storages {
|
||||||
// Skip event verification (it's done in the pipeline).
|
// Skip event verification (it's done in the pipeline).
|
||||||
verifyEvent: () => true,
|
verifyEvent: () => true,
|
||||||
log(log) {
|
log(log) {
|
||||||
if (log.level !== 'trace') {
|
logi(log);
|
||||||
logi(log);
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue