mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor(core): Support multiple log scopes (#11318)
This commit is contained in:
@@ -51,7 +51,7 @@ export class ScalingService {
|
||||
private readonly orchestrationService: OrchestrationService,
|
||||
private readonly eventService: EventService,
|
||||
) {
|
||||
this.logger = this.logger.withScope('scaling');
|
||||
this.logger = this.logger.scoped('scaling');
|
||||
}
|
||||
|
||||
// #region Lifecycle
|
||||
|
||||
Reference in New Issue
Block a user