davidradl commented on code in PR #5:
URL:
https://github.com/apache/flink-connector-http/pull/5#discussion_r2588549927
##########
flink-connector-http/src/main/java/org/apache/flink/connector/http/HttpLoggingLevelType.java:
##########
@@ -0,0 +1,16 @@
+package org.apache.flink.connector.http;
+
+/** Defines the level of http content that will be logged. */
+public enum HttpLoggingLevelType {
+ MIN,
+ REQRESPONSE,
Review Comment:
I have changed to REQ_RESP - which I think is slightly better. Thanks for
the inspiration.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]