diff options
author | Martin Stockhammer <martin_s@apache.org> | 2017-05-21 17:39:07 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2017-05-21 22:36:03 +0200 |
commit | 7e6ad27e07f58b3ce8875c53da89ee4e63cb8ecd (patch) | |
tree | b4f366cf5ca421e51369984204ad3d62788d4371 /archiva-modules/archiva-web/archiva-security/src | |
parent | 46a38451bcb027f9651f12fb1ad9a887cf2c0291 (diff) | |
download | archiva-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.xml | 2 |
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"/> |