alexeykudinkin commented on code in PR #6170: URL: https://github.com/apache/hudi/pull/6170#discussion_r944602618
########## hudi-client/hudi-client-common/src/main/resources/log4j2.properties: ########## @@ -15,9 +15,16 @@ # See the License for the specific language governing permissions and # limitations under the License. ### -log4j.rootLogger=INFO, A1 -# A1 is set to be a ConsoleAppender. -log4j.appender.A1=org.apache.log4j.ConsoleAppender -# A1 uses PatternLayout. -log4j.appender.A1.layout=org.apache.log4j.PatternLayout -log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n +status = warn +name = HudiConsoleLog Review Comment: I don't have that context either unfortunately. Let's sync up on Slack regarding the next steps. -- 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]
