Fix logger log level for development.

This commit is contained in:
themodrnhakr 2025-09-27 14:20:39 -05:00
parent a0d12d4661
commit 8fe8ba68f8

View File

@ -11,12 +11,14 @@ const loggerConfig: Record<string, pino.LoggerOptions> = {
transport: {
targets: [
{
level: "debug",
target: "pino-pretty",
options: {
colorize: true,
},
},
{
level: "debug",
target: "pino/file",
options: {
destination: "./logs/dev.log",