Improve error log messages of Connector node - Mendix Forum

Improve error log messages of Connector node

23

Uncaught errors are sometimes logged extremely vague and this could be improved a lot.

The clearest example is this log message (similar to this very old one):

2024-12-06 18:27:30.165 ERROR - Connector: An error has occurred while handling the request.
org.eclipse.jetty.io.EofException
at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:116)
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422)
at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:275)
at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:254)

In this case, I would like to know for which user this closed connection occured and preferably which microflow was running. Now, I know completely nothing. In my experience, it's mostly the Connector node that returns such vague error messages, so I would be very happy to see those improved.

asked
0 answers