ZEPPELIN-440 HiveInterpreter with multiple configuration

- Revert log4j.properties
This commit is contained in:
Jongyoul Lee 2015-11-21 01:01:37 +09:00
parent 97bfa65fd8
commit 87ee87a0ae

View file

@ -15,14 +15,14 @@
# limitations under the License.
#
log4j.rootLogger = DEBUG, dailyfile
log4j.rootLogger = INFO, dailyfile
log4j.appender.stdout = org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout = org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%5p [%d] ({%t} %F[%M]:%L) - %m%n
log4j.appender.dailyfile.DatePattern=.yyyy-MM-dd
log4j.appender.dailyfile.Threshold = DEBUG
log4j.appender.dailyfile.Threshold = INFO
log4j.appender.dailyfile = org.apache.log4j.DailyRollingFileAppender
log4j.appender.dailyfile.File = ${zeppelin.log.file}
log4j.appender.dailyfile.layout = org.apache.log4j.PatternLayout