This is a known issue affecting VMware Cloud Foundation 2.2 and 2.3. This issue is corrected in version 2.3.2.1 and higher.Workaround:
To workaround this issue, the logging level can be manually adjusted with the following process:
- SSH into the SDDC Manager Controller VM (198.168.100.40) as the root user and enter the following to change to the vrack user:
su - vrack
- Change directory to /home/vrack/vrm/webapps/vrm-ui/WEB-INF/classes/
- Take a backup of the logback.xml file:
cp logback.xml logback.xml.old
- Open the logback.xml file with a text editor, then locate and edit the following line:
<logger name="org.springframework.beans" level="DEBUG">
- Change "DEBUG" to "INFO".
- Save and close the file.
- Type exit to switch back to the root user.
- Run the following to restart the vcfmanager service:
systemctl restart vcfmanager