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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user