Skip to content

Commit

Permalink
feat(APIM-538): update single line log format env var (#365)
Browse files Browse the repository at this point in the history
# Introduction
fixed typo causing the env var for single line log format to not work

Co-authored-by: Alex Bramhill <[email protected]>
  • Loading branch information
AlexBramhill and Alex Bramhill authored Jul 28, 2023
1 parent 3336d22 commit 957c95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { LoggingInterceptor } from './logging/logging-interceptor.helper';
transport: {
target: 'pino-pretty',
options: {
singleLine: config.get<boolean>('app.singleLineLogLevel'),
singleLine: config.get<boolean>('app.singleLineLogFormat'),
},
},
hooks: {
Expand Down

0 comments on commit 957c95a

Please sign in to comment.