@jauling_chou
If you upgrade your WFA to WFA3.1P2 or WFA4.0RC1 then you wouldn't face this issue. I would highly recommend that you upgrade your WFA. The new versions have many new features and fixes which will improve your WFA experience.
But for any reason you don't want to upgrade and stay on WFA3.0P2, you can set the WFA LDAP log level using the following:
1. Login WFA Windows server and go to \WFA\jboss\standalone\configuration
2. Open file standalone-full.xml using some text editor like Notepad++
3. Search for the below and make the changes in the level from INFO to WARN or ERROR
Old
====
<logger category="com.netapp.wfa.ldap">
<level name="INFO"/>
<handlers>
<handler name="WFA_LDAP"/>
</handlers>
</logger>
New
====
<logger category="com.netapp.wfa.ldap">
<level name="WARN"/>
<handlers>
<handler name="WFA_LDAP"/>
</handlers>
</logger>
4. Restart the WFA server service.
Let me know if this works for you.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.