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
3b6a2c8d
Commit
3b6a2c8d
authored
9 years ago
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-255 Add log level setting for titan in atlas-log4j.xml(ayubkhan via sumasai)
parent
ad7c221d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
atlas-log4j.xml
distro/src/conf/atlas-log4j.xml
+4
-0
atlas-log4j.xml
typesystem/src/main/resources/atlas-log4j.xml
+5
-0
atlas-log4j.xml
webapp/src/main/resources/atlas-log4j.xml
+5
-0
No files found.
distro/src/conf/atlas-log4j.xml
View file @
3b6a2c8d
...
...
@@ -50,6 +50,10 @@
<appender-ref
ref=
"FILE"
/>
</logger>
<logger
name=
"com.thinkaurelius.titan"
additivity=
"false"
>
<level
value=
"info"
/>
<appender-ref
ref=
"FILE"
/>
</logger>
<logger
name=
"AUDIT"
>
<level
value=
"info"
/>
...
...
This diff is collapsed.
Click to expand it.
typesystem/src/main/resources/atlas-log4j.xml
View file @
3b6a2c8d
...
...
@@ -41,6 +41,11 @@
<appender-ref
ref=
"console"
/>
</logger>
<logger
name=
"com.thinkaurelius.titan"
additivity=
"false"
>
<level
value=
"info"
/>
<appender-ref
ref=
"FILE"
/>
</logger>
<logger
name=
"AUDIT"
>
<level
value=
"info"
/>
<appender-ref
ref=
"console"
/>
...
...
This diff is collapsed.
Click to expand it.
webapp/src/main/resources/atlas-log4j.xml
View file @
3b6a2c8d
...
...
@@ -50,6 +50,11 @@
<appender-ref
ref=
"FILE"
/>
</logger>
<logger
name=
"com.thinkaurelius.titan"
additivity=
"false"
>
<level
value=
"info"
/>
<appender-ref
ref=
"FILE"
/>
</logger>
<logger
name=
"AUDIT"
>
<level
value=
"info"
/>
<appender-ref
ref=
"AUDIT"
/>
...
...
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