----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61141/ -----------------------------------------------------------
Review request for sentry, Alexander Kolbasov and Vadim Spector. Repository: sentry Description ------- In the Sentry service, DataNucleus.Query property, when not defined in log4j.properties file, is by default set to INFO. This floods the log files with INFO level logs every few seconds. We should set the default value to WARN to avoid this, unless until specified in the log4j.properties file Diffs ----- sentry-core/sentry-core-common/src/main/java/org/apache/sentry/SentryMain.java 3a981b2a1 Diff: https://reviews.apache.org/r/61141/diff/1/ Testing ------- Thanks, Arjun Mishra