# Internal log4j configuration. This is not packaged and distributed. The using # party is in control of its own log4j.properties. # Root logger optionlog4j.rootLogger=INFO, stdout# Direct log messages to stdoutlog4j.appender.stdout=org.apache.log4j.ConsoleAppenderlog4j.appender.stdout.Target=System.outlog4j.appender.stdout.layout=org.apache.log4j.PatternLayoutlog4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%nlog4j.appender.authorizationLog=org.apache.log4j.RollingFileAppenderlog4j.appender.authorizationLog.File=logs/authorization.loglog4j.appender.authorizationLog.MaxFileSize=20MBlog4j.appender.authorizationLog.MaxBackupIndex=10log4j.appender.authorizationLog.layout=org.apache.log4j.PatternLayoutlog4j.appender.authorizationLog.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p - %m%nlog4j.appender.authenticationLog=org.apache.log4j.RollingFileAppenderlog4j.appender.authenticationLog.File=logs/authentication.loglog4j.appender.authenticationLog.MaxFileSize=20MBlog4j.appender.authenticationLog.MaxBackupIndex=10log4j.appender.authenticationLog.layout=org.apache.log4j.PatternLayoutlog4j.appender.authenticationLog.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p - %m%nlog4j.category.authorizationLogger=TRACE, authorizationLog#log4j.additivity.authorizationLogger=falselog4j.category.authenticationLogger=DEBUG, authenticationLog#log4j.additivity.authenticationLogger=false