mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 12:49:09 +00:00
refactor(core): Revamp logs for scaling mode (#11244)
This commit is contained in:
@@ -448,9 +448,9 @@ export class LazyPackageDirectoryLoader extends PackageDirectoryLoader {
|
||||
);
|
||||
}
|
||||
|
||||
Logger.debug(`Lazy Loading credentials and nodes from ${this.packageJson.name}`, {
|
||||
credentials: this.types.credentials?.length ?? 0,
|
||||
Logger.debug(`Lazy-loading nodes and credentials from ${this.packageJson.name}`, {
|
||||
nodes: this.types.nodes?.length ?? 0,
|
||||
credentials: this.types.credentials?.length ?? 0,
|
||||
});
|
||||
|
||||
this.isLazyLoaded = true;
|
||||
|
||||
Reference in New Issue
Block a user