X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=BRMSGateway%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fpolicy%2FbrmsInterface%2FBRMSGateway.java;h=88810fb83fc4caabe7f51442cd91d42a7bfebdfc;hb=e0addf5b588a1244f9679becd90999dfcb4c3a94;hp=70c537c695afc4b48e86383795017c5962644ddd;hpb=39fb0f30472777e4b60d6a7ac8aa4eb9773961ff;p=policy%2Fengine.git diff --git a/BRMSGateway/src/main/java/org/openecomp/policy/brmsInterface/BRMSGateway.java b/BRMSGateway/src/main/java/org/openecomp/policy/brmsInterface/BRMSGateway.java index 70c537c69..88810fb83 100644 --- a/BRMSGateway/src/main/java/org/openecomp/policy/brmsInterface/BRMSGateway.java +++ b/BRMSGateway/src/main/java/org/openecomp/policy/brmsInterface/BRMSGateway.java @@ -41,7 +41,7 @@ import org.openecomp.policy.xacml.api.XACMLErrorConstants; * @version 0.1 */ public class BRMSGateway { -// private static final Logger logger = Logger.getLogger(BRMSGateway.class.getName()); + private static final Logger logger = FlexLogger.getLogger(BRMSGateway.class); private static final String configFile = "config.properties";