mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: refactoring logs and adding pino logger for production and dev.
This commit is contained in:
@@ -21,7 +21,7 @@ export const POST = withAgentCheck(async (request: Request, {params, agent}: {
|
||||
try {
|
||||
const body: Body = await request.json();
|
||||
|
||||
log.debug({data: body}, "Body for backup upload init");
|
||||
log.info({data: body}, "Body for backup upload init");
|
||||
|
||||
const generatedId = body.generatedId;
|
||||
const storageChannelId = body.storageChannelId;
|
||||
|
||||
Reference in New Issue
Block a user