aboutsummaryrefslogtreecommitdiffstats
path: root/shiro
diff options
context:
space:
mode:
Diffstat (limited to 'shiro')
-rw-r--r--shiro/pom.xml2
-rw-r--r--shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/shiro/pom.xml b/shiro/pom.xml
index ff08c39..60a3de5 100644
--- a/shiro/pom.xml
+++ b/shiro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>parent</artifactId>
- <version>2.1.9-SNAPSHOT</version>
+ <version>2.1.10-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java b/shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java
index b7f0c29..091c22b 100644
--- a/shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java
+++ b/shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java
@@ -82,7 +82,7 @@ public class AAFRealm extends AuthorizingRealm {
throw new RuntimeException(msg);
} else {
try {
- String log4jConfigFile = "./etc/org.onap.cadi.logging.cfg";
+ String log4jConfigFile = "./etc/org.ops4j.pax.logging.cfg";
PropertyConfigurator.configure(log4jConfigFile);
System.setOut(createLoggingProxy(System.out));
System.setErr(createLoggingProxy(System.err));