OpenSearch/modules/transport-netty4
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
..
licenses NETWORKING: Fix Netty Leaks by upgrading to 4.1.28 (#32511) 2018-08-01 02:34:58 +02:00
src Introduce `TransportLogger` for common logging (#32725) 2018-09-05 16:12:37 -06:00
build.gradle Fix forbidden apis on FIPS (#33202) 2018-08-29 17:43:40 +03:00