zhangbutao commented on code in PR #5375: URL: https://github.com/apache/hive/pull/5375#discussion_r1800861854
########## data/conf/hive-log4j2.properties: ########## @@ -14,9 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -status = INFO Review Comment: Can we replace the deprecated attribute `status ` to `statusLoggerLevel`? https://logging.apache.org/log4j/2.x/manual/status-logger.html#config `Since version 2.24.0, status attribute in the Configuration element is deprecated and should be replaced with the log4j2.statusLoggerLevel configuration property.` https://logging.apache.org/log4j/2.x/manual/status-logger.html#log4j2.statusLoggerLevel It will be convenient for people to change the log status. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
