EEM server.log warn messages [eiam.server.poz.userprofilebuilder] if direct groups case and value is 1
search cancel

EEM server.log warn messages [eiam.server.poz.userprofilebuilder] if direct groups case and value is 1

book

Article ID: 259980

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

Constant overwhelming of EEM's server.log with following messages, what are these and how to prevent it?

 WARN 2023-01-24 05:35:38,170 [0x1540727f3700] [eiam.server.poz.userprofilebuilder] if direct groups case and value is 1
 WARN 2023-01-24 05:35:38,205 [0x1540707e3700] [eiam.server.poz.userprofilebuilder] if direct groups case and value is 1
 WARN 2023-01-24 05:35:38,242 [0x1540733f9700] [eiam.server.poz.userprofilebuilder] if direct groups case and value is 1

 

 

Environment

Release : 12.0

Cause

EEM Engineering analyzed the contents and indicated that the logs messages mentioned are added to know what kind of group resolution is in.

Resolution

1) To switch this off,  in the  /opt/CA/SharedComponents/EmbeddedEntitlementsManager/config/logger/server.xml   change this:

 <logger name="eiam.server" additivity="false">
    <level value="info"/>
    <appender-ref ref="server" />
  </logger>

 

to

 

 <logger name="eiam.server" additivity="false">
    <level value="error"/>
    <appender-ref ref="server" />
  </logger>

 

2) Save the file.  

 

The messages that are overwhelming the eem server log now should stop. 

 

Also to add, the log level can be changed back to TRACE/DEBUG any point of time without restarting the server to generate the debug logs if there is any issue. So changing the log level doesn't impact anything.