Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
ea0f6d27
Commit
ea0f6d27
authored
5 years ago
by
andrewluotechnologies
Committed by
Nixon Rodrigues
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3293: Move LARGE_MESSAGES log to correct directory (#60)
parent
8cd74965
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
atlas-log4j.xml
distro/src/conf/atlas-log4j.xml
+1
-1
No files found.
distro/src/conf/atlas-log4j.xml
View file @
ea0f6d27
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</appender>
</appender>
<appender
name=
"LARGE_MESSAGES"
class=
"org.apache.log4j.RollingFileAppender"
>
<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=
"Append"
value=
"true"
/>
<param
name=
"MaxFileSize"
value=
"100MB"
/>
<param
name=
"MaxFileSize"
value=
"100MB"
/>
<param
name=
"MaxBackupIndex"
value=
"20"
/>
<param
name=
"MaxBackupIndex"
value=
"20"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment