How to Rotate or Disable Logging in EmbeddedLDAPAccess.log in Weblogic
Solution:
The log file EmbeddedLDAPAccess.log is controlled by the parameters the are defined in <Domain_Home>/servers/<Server_Name>/data/ldap/conf/vde.prop. The following attributes should be added to vde.prop to rotate EmbeddedLDAPAccess.log, and the rotation will only happen once a day:
vde.logfile=log/EmbeddedLDAP.logvde.logrotate.hour=0vde.logrotate.minute=10vde.logrotate.maxlogs=7vde.accesslogfile=log/EmbeddedLDAPAccess.log
Disable logging to this file by removing the file name from the following line
vde.accesslogfile=log/EmbeddedLDAPAccess.log to be vde.accesslogfile= in <Domain_Home>/servers/<Server_Name>/data/ldap/conf/vde.prop.
Post a Comment
Post a Comment