mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor(core): Change log-level for unregistered pushRef logging (no-changelog) (#15117)
This commit is contained in:
committed by
GitHub
parent
7d05cb2a37
commit
5b1aa062a7
@@ -95,7 +95,7 @@ export abstract class AbstractPush<Connection> extends TypedEmitter<AbstractPush
|
||||
|
||||
sendToOne(pushMsg: PushMessage, pushRef: string) {
|
||||
if (this.connections[pushRef] === undefined) {
|
||||
this.logger.error(`The session "${pushRef}" is not registered.`, { pushRef });
|
||||
this.logger.debug(`The session "${pushRef}" is not registered.`, { pushRef });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user