Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
6b8a5fee
Commit
6b8a5fee
authored
11 years ago
by
peter
Browse files
Options
Download
Email Patches
Plain Diff
some params for RollingFileAppender
parent
5dda4ae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test-log.xml
+2
-1
test-log.xml
with
2 additions
and
1 deletion
+2
-1
test-log.xml
+
2
-
1
View file @
6b8a5fee
...
...
@@ -19,7 +19,8 @@
</appender>
<appender
name=
"FILE"
class=
"org.apache.log4j.RollingFileAppender"
>
<param
name=
"append"
value=
"false"
/>
<param
name=
"MaxFileSize"
value=
"1Mb"
/>
<param
name=
"MaxBackupIndex"
value=
"12"
/>
<param
name=
"file"
value=
"$LOG_DIR$/idea.log"
/>
<layout
class=
"org.apache.log4j.PatternLayout"
>
<param
name=
"ConversionPattern"
value=
"%d [%7r] %6p - %30.30c - %m \n"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help