One can do the OIF logger setting either from EM console or wlst command.
If you want to do it through wlst command, here are the steps:
If you want to do it through wlst command, here are the steps:
- Run the ./wlst.sh from ORACLE_HOME. For eg., MW_HOME/Oracle_IDM1/common/bin
- wls:/offline>> connect() --- connect to the AdminServer port with weblogic credentials
- wls> domainRuntime()
- wls> listLoggers(pattern="oracle.security.fed.*",target="OIF_INSTANCE_NAME")
- wls>setLogLevel(target='oif_server1',logger='oracle.security.fed',level='TRACE:32',persist="1",addLogger=1)
- exit()