Commit ea0f6d27 by andrewluotechnologies Committed by Nixon Rodrigues

ATLAS-3293: Move LARGE_MESSAGES log to correct directory (#60)

parent 8cd74965
......@@ -38,7 +38,7 @@
</appender>
<appender name="LARGE_MESSAGES" class="org.apache.log4j.RollingFileAppender">
<param name="File" value="{{log_dir}}/large_messages.log"/>
<param name="File" value="${atlas.log.dir}/large_messages.log"/>
<param name="Append" value="true"/>
<param name="MaxFileSize" value="100MB" />
<param name="MaxBackupIndex" value="20" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment