RestComm / jain-slee.smpp

JAIN SLEE SMPP Resource Adaptor Repository
http://www.restcomm.com/
GNU Affero General Public License v3.0
1 stars 17 forks source link

Changing of a message logging #4

Closed vetss closed 6 years ago

vetss commented 7 years ago

Is it possible we have Throwable messages logged as well (not only the stack trace). I mean instead of:

2017-02-27 07:20:05,705 ERROR [javax.slee.RAEntityNotification[entity=SmppServerRA].SmppSessionHandlerInterfaceImpl] (Bilad-1826-TRX) Received fireUnknownThrowable java.io.IOException: Connection reset by peer ...

I would like to have:

2017-02-27 07:20:05,705 ERROR [javax.slee.RAEntityNotification[entity=SmppServerRA].SmppSessionHandlerInterfaceImpl] (Bilad-1826-TRX) Received fireUnknownThrowable. Message: Connection reset by peer. java.io.IOException: Connection reset by peer