Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Jul 22, 2024
1 parent 4ed795c commit 5f191bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/integration/logs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ describe('LogDatabase CRUD', () => {
}
database = await new Database(dbConfig)
// Initialize logger with the custom transport that writes to the LogDatabase
logger = getCustomLoggerForModule(LOGGER_MODULE_NAMES.HTTP, LOG_LEVELS_STR.LEVEL_INFO)
logger = getCustomLoggerForModule(
LOGGER_MODULE_NAMES.HTTP,
LOG_LEVELS_STR.LEVEL_DEBUG
)
// normally this is only added on production environments
logger = configureCustomDBTransport(database, logger)
})
Expand Down

0 comments on commit 5f191bd

Please sign in to comment.