Skip to content

Commit

Permalink
fix(log.server): reduce log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschiang committed Jul 23, 2023
1 parent adcce56 commit 80f5d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/log.server.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import pino from 'pino'

export const log = pino({ level: 'debug' })
export const log = pino({ level: 'info' })

0 comments on commit 80f5d55

Please sign in to comment.