frankframework / frankframework

The Frank!Framework is an easy-to-use, stateless integration framework which allows (transactional) messages to be modified and exchanged between different systems.
https://frankframework.org
Apache License 2.0
123 stars 76 forks source link

As a developer I'd like to be able to see the raw reply message in the log files #5145

Closed alisihab closed 1 year ago

alisihab commented 1 year ago

Currently, there is no log for the response message that is returned to the caller in the log files. It would be really nice to see the raw response message with all available properties in the message as a log line in the log files.

Ladybug improvement to be able to see the properties/metadata(e.g. Jms headers) would be nice as well.

Reporter Ali

jkosternl commented 1 year ago

Hi @alisihab, I've added logging on several locations in the JMS classes. I've improved some extra code around it as well. Can you verify if this is what you wished for, while creating this issue? Otherwise, please give specific locations where you would like to have more logging.

Thanks! Jacobjob