Skip to content

Commit

Permalink
chore: fix env (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin authored Dec 17, 2024
1 parent 3f2a3e9 commit f487d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/src/lib/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class PinoLogger {
formatters: {
bindings: () => {
return {
env: env.NODE_ENV,
env: env.NEXT_PUBLIC_APP_ENV,
}
},
level: (label) => {
Expand Down

0 comments on commit f487d0a

Please sign in to comment.