Log an ignored response-less command at verbose, since a peer drives it
Test / lint (pull_request) Successful in 21s
Test / test (18) (pull_request) Successful in 30s
Test / test (20) (pull_request) Successful in 31s
Test / test (22) (pull_request) Successful in 35s
Test / test (24) (pull_request) Successful in 30s
Test / test (26) (pull_request) Successful in 34s
Mirror / push (push) Successful in 6s

This commit was merged in pull request #21.
This commit is contained in:
2026-09-23 22:46:13 +02:00
parent 65ac3a3fd7
commit b105752d53
+1 -1
View File
@@ -173,7 +173,7 @@ export class IncomingRequests {
} }
if (!respNameFor(pduObj.cmdName)) { if (!respNameFor(pduObj.cmdName)) {
this.log.info('session - ignoring a command SMPP gives no response', { cmdName: pduObj.cmdName }); this.log.verbose('session - ignoring a command SMPP gives no response', { cmdName: pduObj.cmdName });
return; return;
} }