This is an automated email from the ASF dual-hosted git repository.
nixon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new ea0f6d2 ATLAS-3293: Move LARGE_MESSAGES log to correct directory (#60)
ea0f6d2 is described below
commit ea0f6d275a8b35a5d37c297653fc2d8d7ae3c24b
Author: andrewluotechnologies
<[email protected]>
AuthorDate: Thu Jun 20 22:52:39 2019 -0700
ATLAS-3293: Move LARGE_MESSAGES log to correct directory (#60)
---
distro/src/conf/atlas-log4j.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distro/src/conf/atlas-log4j.xml b/distro/src/conf/atlas-log4j.xml
index 9b4fa04..95cd923 100755
--- a/distro/src/conf/atlas-log4j.xml
+++ b/distro/src/conf/atlas-log4j.xml
@@ -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" />