update logging path for shiro
[aaf/cadi.git] / shiro / src / main / java / org / onap / aaf / cadi / shiro / AAFRealm.java
index b7f0c29..091c22b 100644 (file)
@@ -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));