Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions samples/guice/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ log4j.logger.org.apache=WARN
# Quartz Enterprise Scheular (java 'cron' utility)
log4j.logger.org.quartz=WARN

# Jetty
log4j.logger.org.eclipse.jetty=ERROR

# =============================================================================
# Apache Shiro
# =============================================================================
Expand Down
3 changes: 3 additions & 0 deletions samples/spring-hibernate/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ log4j.logger.org.springframework=WARN
# Hibernate
log4j.logger.org.hibernate=WARN

# Jetty
log4j.logger.org.eclipse.jetty=ERROR

# Default Shiro logging
log4j.logger.org.apache.shiro=INFO

Expand Down
3 changes: 3 additions & 0 deletions samples/spring/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ log4j.logger.org.apache=WARN
# Spring
log4j.logger.org.springframework=WARN

# Jetty
log4j.logger.org.eclipse.jetty=ERROR

# Default Shiro logging
log4j.logger.org.apache.shiro=INFO