OpenSearch/plugins/transport-nio/src
Tim Brooks b697f485bb
Introduce `TransportLogger` for common logging (#32725)
Historically we have had a ESLoggingHandler in the netty module that
logs low-level connection operations. This class just extends the netty
logging handler with some (broken) message deserialization. This commit
fixes this message serialization and moves the class to server.

This new logger logs inbound and outbound messages. Eventually, we
should move other event logging to this class (connect, close, flush).
That way we will have consistent logging regards of which transport is
loaded.

Resolves #27306 on master. Older branches will need a different fix.
2018-09-05 16:12:37 -06:00
..
main Refactor Netty4Utils#maybeDie (#33021) 2018-08-22 10:18:07 -04:00
test/java/org/elasticsearch Introduce `TransportLogger` for common logging (#32725) 2018-09-05 16:12:37 -06:00