Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
a5281cf7
Commit
a5281cf7
authored
Aug 20, 2012
by
Philippe Merle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed INFO logs.
parent
1f852d0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
frascati/nuxeo/frascati-implementation-nuxeo/examples/logging.properties
...frascati-implementation-nuxeo/examples/logging.properties
+1
-1
frascati/nuxeo/frascati-implementation-nuxeo/examples/nuxeo/src/test/resources/log4j.properties
...-nuxeo/examples/nuxeo/src/test/resources/log4j.properties
+2
-2
No files found.
frascati/nuxeo/frascati-implementation-nuxeo/examples/logging.properties
View file @
a5281cf7
...
...
@@ -26,7 +26,7 @@ handlers= java.util.logging.ConsoleHandler
# can be overridden by a facility specific level
# Note that the ConsoleHandler also has a separate level
# setting to limit messages printed to the console.
.level
=
INFO
.level
=
WARNING
############################################################
# Handler specific properties.
...
...
frascati/nuxeo/frascati-implementation-nuxeo/examples/nuxeo/src/test/resources/log4j.properties
View file @
a5281cf7
#------------------------------------------------------------------------------
# Logging configuration
#------------------------------------------------------------------------------
log4j.rootCategory
=
INFO
, console
log4j.logger.org.nuxeo
=
INFO
log4j.rootCategory
=
WARN
, console
log4j.logger.org.nuxeo
=
WARN
#------------------------------------------------------------------------------
# Console appender
...
...
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