jerryshao commented on code in PR #7604: URL: https://github.com/apache/gravitino/pull/7604#discussion_r2215694210
########## conf/log4j2.properties.template: ########## @@ -72,6 +72,10 @@ logger.lineage.level = info logger.lineage.appenderRef.lineage_file.ref = lineage_file logger.lineage.additivity = false +logger.restRquests.name = org.apache.gravitino.server.web.rest +logger.restRquests.level = warn +logger.restRquests.additivity = false Review Comment: `restRequests` cannot actually reflect the functionality of this module, why don't you change to `rest`? -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org