From 2ac2a45350be3c8563594598c432dcffa8fafe18 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 30 Jan 2025 02:23:47 -0600 Subject: [PATCH] Actually do log traces --- src/storages.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/storages.ts b/src/storages.ts index 765365f0..0bccc534 100644 --- a/src/storages.ts +++ b/src/storages.ts @@ -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); }, }); },