aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-security/src
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2017-05-21 17:39:07 +0200
committerMartin Stockhammer <martin_s@apache.org>2017-05-21 22:36:03 +0200
commit7e6ad27e07f58b3ce8875c53da89ee4e63cb8ecd (patch)
treeb4f366cf5ca421e51369984204ad3d62788d4371 /archiva-modules/archiva-web/archiva-security/src
parent46a38451bcb027f9651f12fb1ad9a887cf2c0291 (diff)
downloadarchiva-7e6ad27e07f58b3ce8875c53da89ee4e63cb8ecd.tar.gz
archiva-7e6ad27e07f58b3ce8875c53da89ee4e63cb8ecd.zip
Centralizing openjpa log config
Diffstat (limited to 'archiva-modules/archiva-web/archiva-security/src')
-rw-r--r--archiva-modules/archiva-web/archiva-security/src/test/resources/spring-context.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-security/src/test/resources/spring-context.xml b/archiva-modules/archiva-web/archiva-security/src/test/resources/spring-context.xml
index 08e98f648..a1c9e044a 100644
--- a/archiva-modules/archiva-web/archiva-security/src/test/resources/spring-context.xml
+++ b/archiva-modules/archiva-web/archiva-security/src/test/resources/spring-context.xml
@@ -135,7 +135,7 @@
<entry key="openjpa.ConnectionDriverName" value="org.hsqldb.jdbcDriver" />
<entry key="openjpa.ConnectionUserName" value="sa" />
<entry key="openjpa.ConnectionPassword" value="" />
- <entry key="openjpa.Log" value="DefaultLevel=TRACE, Runtime=TRACE, Tool=INFO, SQL=TRACE" />
+ <entry key="openjpa.Log" value="${openjpa.Log:DefaultLevel=INFO,Runtime=ERROR,Tool=ERROR,SQL=ERROR,Schema=ERROR,MetaData=ERROR}" />
<entry key="openjpa.jdbc.SynchronizeMappings" value="buildSchema(ForeignKeys=true)" />
<entry key="openjpa.jdbc.MappingDefaults"
value="ForeignKeyDeleteAction=restrict,JoinForeignKeyDeleteAction=restrict"/>