mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 05:53:08 +00:00

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2988 9c30dcfa-912a-0410-8fc2-9e0234be79fd
17 lines
660 B
Properties
17 lines
660 B
Properties
##########################################################
|
|
# Simple log4j configuration file used during build tasks
|
|
##########################################################
|
|
|
|
# Set root category priority to INFO and its only appender to A1.
|
|
log4j.rootCategory=INFO, A1
|
|
|
|
# A1 is set to be a ConsoleAppender.
|
|
log4j.appender.A1=org.apache.log4j.ConsoleAppender
|
|
|
|
# A1 uses PatternLayout.
|
|
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
|
|
log4j.appender.A1.layout.ConversionPattern=%d %-5p %c @ %m%n
|
|
|
|
# block passwords from being exposed in Axis logs.
|
|
# (DEBUG exposes passwords in Basic Auth)
|
|
log4j.logger.org.apache.axis.handlers.http.HTTPAuthHandler=INFO |