Skip to content

Commit

Permalink
Tidy up test logging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Mar 14, 2024
1 parent 4adf5fd commit 7c82b10
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 47 deletions.
7 changes: 2 additions & 5 deletions apache-jena/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@ logger.fuseki-admin.level = INFO
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN

logger.shiro.name = org.apache.shiro
logger.shiro.level = WARN
# Hide bug in Shiro 1.5.0

# Hide issue with Shiro 1.5.0+, 2.0.0
logger.shiro-realm.name = org.apache.shiro.realm.text.IniRealm
logger.shiro-realm.level = ERROR

Expand Down
4 changes: 0 additions & 4 deletions jena-arq/src/test/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ logger.arq-info.level = INFO

logger.riot.name = org.apache.jena.riot
logger.riot.level = INFO

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN
7 changes: 2 additions & 5 deletions jena-fuseki2/apache-jena-fuseki/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,10 @@ logger.fuseki-admin.level = INFO
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN

logger.shiro.name = org.apache.shiro
logger.shiro.level = WARN
# Hide bug in Shiro 1.5.0

# Hide bug with Shiro 1.5.0+, 2.0.0
logger.shiro-realm.name = org.apache.shiro.realm.text.IniRealm
logger.shiro-realm.level = ERROR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ logger.fuseki-admin.level = WARN
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN

# This goes out in NCSA format
appender.plain.type = Console
appender.plain.name = PLAIN
Expand Down
7 changes: 2 additions & 5 deletions jena-fuseki2/jena-fuseki-docker/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,10 @@ logger.fuseki-admin.level = INFO
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN

logger.shiro.name = org.apache.shiro
logger.shiro.level = WARN
# Hide bug in Shiro 1.5.x

# Hide issue with Shiro 1.5.0+, 2.0.0
logger.shiro-realm.name = org.apache.shiro.realm.text.IniRealm
logger.shiro-realm.level = ERROR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ logger.fuseki-admin.level = WARN
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN

# This goes out in NCSA format
appender.plain.type = Console
appender.plain.name = PLAIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ logger.fuseki-autoload.level = ERROR
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN

# This goes out in NCSA format
appender.plain.type = Console
appender.plain.name = PLAIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ logger.fuseki-admin.level = INFO
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN

logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN
logger.shiro.name = org.apache.shiro
logger.shiro.level = WARN

# Hide bug in Shiro 1.5.0
# Hide issue with Shiro 1.5.0+, 2.0.0
logger.shiro-realm.name = org.apache.shiro.realm.text.IniRealm
logger.shiro-realm.level = ERROR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,13 @@ logger.fuseki-config.level = WARN
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN

# Hide bug in Shiro 1.5.0
logger.shiro.name = org.apache.shiro
logger.shiro.level = WARN

# Hide issue with Shiro 1.5.0+, 2.0.0
logger.shiro-realm.name = org.apache.shiro.realm.text.IniRealm
logger.shiro-realm.level = ERROR

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN

# This goes out in NCSA format
appender.plain.type = Console
appender.plain.name = PLAIN
Expand Down
4 changes: 0 additions & 4 deletions jena-geosparql/src/test/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ logger.fuseki-admin.level = WARN
logger.jetty.name = org.eclipse.jetty
logger.jetty.level = WARN

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN

# This goes out in NCSA format
appender.plain.type = Console
appender.plain.name = PLAIN
Expand Down
4 changes: 0 additions & 4 deletions jena-integration-tests/src/test/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ logger.jetty.level = WARN
logger.geosparql-registry.name = org.apache.jena.geosparql.implementation.registry.SRSRegistry
logger.geosparql-registry.level = ERROR

# May be useful to turn up to DEBUG if debugging HTTP communication issues
logger.apache-http.name = org.apache.http
logger.apache-http.level = WARN

# This goes out in NCSA format
appender.plain.type = Console
appender.plain.name = PLAIN
Expand Down

0 comments on commit 7c82b10

Please sign in to comment.