test(logger): trying to understand why debug is not actually showing in the console

This commit is contained in:
2025-04-07 07:09:27 -05:00
parent dc5ee5b97a
commit 4effb25e9d

View File

@@ -24,6 +24,7 @@ const transport = pino.transport({
const log: Logger = pino(
{
level: process.env.LOG_LEVEL || logLevel,
//level: "debug",
// formatters: {
// level: (label) => {
// return {level: label.toUpperCase()};