diff --git a/src/incoming-requests.ts b/src/incoming-requests.ts index 95d83c2..e29ac52 100644 --- a/src/incoming-requests.ts +++ b/src/incoming-requests.ts @@ -173,7 +173,7 @@ export class IncomingRequests { } 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; }