the reason to remove date info is that our kylin-server-log4j properties uses DailyRollingFileAppender, putting date info in such logs is not necessary
On Thu, Jan 7, 2016 at 10:19 AM, hongbin ma <[email protected]> wrote: > As i'm looking at kylin.log i found lots of noise informations: log > preamble accounts for nearly half of the space. > > After a quick study of HBase's default log4j settings, and follow some > advice from > http://www.javacodegeeks.com/2011/01/10-tips-proper-application-logging.html. > I suggest change our preamble from: > > [pool-6-thread-1]:[2016-01-06 > 19:03:43,722][INFO][org.apache.kylin.job.impl.threadpool.DefaultScheduler$FetcherRunner.run(DefaultScheduler.java:106)] > > to > > 10:05:23,856 INFO [localhost-startStop-1 CubeManager:837]: > > which is a much neater version. > > please comment on this. > > -- > Regards, > > *Bin Mahone | 马洪宾* > Apache Kylin: http://kylin.io > Github: https://github.com/binmahone > -- Regards, *Bin Mahone | 马洪宾* Apache Kylin: http://kylin.io Github: https://github.com/binmahone
