Skip to content

Commit 13972a2

Browse files
committed
fix: Set reactive logger log level for console mode
1 parent ca6d278 commit 13972a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/api/src/app.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export class AppService extends AbstractService implements OnApplicationBootstra
106106
this.logger.log('Application service bootstrap completed.');
107107

108108
if (isConsoleEntrypoint) {
109+
// Reactive logger with appropriate log level in console mode !
109110
this.logger.localInstance.setLogLevels(
110111
getLogLevel(this.config.get('application.logLevel', 'debug'))
111112
);

0 commit comments

Comments
 (0)