fix: logs (#238)

* fix: release.yml

* fix: S3ChannelConfigSchema type port mismatch

* chore: package.json

* fix: refactoring logs and adding pino logger for production and dev.

---------

Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
Co-authored-by: killianlarcher <killian.larcher@soluce-technologies.com>
This commit is contained in:
Charles GTE
2026-03-29 11:42:48 +02:00
committed by GitHub
co-authored by charlesgauthereau killianlarcher
parent 180ea21041
commit 41b1c89283
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export async function GET(
}
};
log.debug({input: input}, "Dispatch Storage");
log.info({input: input}, "Dispatch Storage");
const result = await dispatchStorage(input, undefined, storageId);