Vmware vCenter 6.7: Disk space is full: Alert from /storage/log partition

Suddenly, alert of Disk space is full received from the vCenter 6.7.

It was about  /storage/log  partition.

Run  du /storage/log/vmware | sort -rn | head .

Identified that was because of  /storage/log/vmware/content-library/content-library-runtime.log.stdout .


Solution
cd /storage/log/vmware/content-library/
# echo > content-library-runtime.log.stdout

# cd /etc/vmware-content-library/
# cp -R log4j.properties log4j.properties.old
# cat /dev/null > log4j.properties
# vi log4j.properties

Note: Insert the data from this file - log4j.properties, https://kb.vmware.com/sfc/servlet.shepherd/version/download/0685G00000pQfI5QAK


# chown content-library:cis log4j.properties
# chmod 640 log4j.properties

# service-control --restart content-library



References
After update to vCenter Server Appliance 6.7 Update 3r, /storage/log fills up sue to growth in content-library-runtime.log.stdout (89009)

How to clear space on VCSA /storage/log partition (83070)

vCenter Server Appliance disk space is full (76563)

VMware Postgres Archiver Service changes status to "stopped" (55694)



Update