Skip to content

Commit b20178c

Browse files
committed
update logFileGenarationSupport's default value for backward compatibily
1 parent af1c631 commit b20178c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
maxSize: process.env.LOGGING_MAX_SIZE || '20m',
3333
maxFiles: process.env.LOGGING_MAX_FILES || '7d',
3434
datePattern: process.env.LOGGING_DATE_PATTERN || 'YYYY-MM-DD',
35-
logFileGenarationSupport: process.env.LOG_FILE_GENERATION_SUPPORT || 'false'
35+
logFileGenarationSupport: process.env.LOG_FILE_GENERATION_SUPPORT || 'true'
3636
},
3737
db: {
3838
client: process.env.DB_CLIENT,

0 commit comments

Comments
 (0)