mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Support multiple log scopes (#11318)
This commit is contained in:
@@ -58,7 +58,7 @@ export class WorkerServer {
|
||||
) {
|
||||
assert(this.instanceSettings.instanceType === 'worker');
|
||||
|
||||
this.logger = this.logger.withScope('scaling');
|
||||
this.logger = this.logger.scoped('scaling');
|
||||
|
||||
this.app = express();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user