Question
1
Replies
151
Views
Virtusa
Posted: February 18, 2019
Last activity: February 19, 2019
How to Write Logger Names
Hi ,
How do we write new logger names ? say i need to change the log level setting for below rule .
Rule Name : pyAssertionConsumerServiceActivity
Class : Data-Admin-Security-SSO-SAML
Rule Set : Pega-IntegrationEngine:07-10-31
You can open the rule and view the java to see the name of the logger.
On my 7.3.1 system, I see this name for the logger when viewing the java.
private static final LogHelper oLog = new LogHelper(
"Rule_Obj_Activity.pyAssertionConsumerServiceActivity.Data_Admin_Security_SSO_SAML.Action");