It appears that each time the EM is restarted a log file (##########.log) is generated within the <emhome>/product/enterprisemanager/configuration/ which is has it appears to be time in milliseconds and is 476 bytes in size.
These log files are triggered when the OSGI framework hits an issue.
This log does not rotate nor is it located within the <emhome>/logs directory where all the other log artifacts are present.
Is there a way to prevent or to add a rotation to the logs so we are not overwhelmed by the number of these files?
DX APM 10.8
By Design
There is a workaround to configure the osgi log file location.
Please add the below property to Introscope_Enterprise_Manager.lax file in EM root directory
Add the java argument to lax.nl.java.option.additional property -Dosgi.logfile=../../../logs/osgi.log
After adding the above argument the property should look like below
lax.nl.java.option.additional=-Xms1024m -Xmx1024m -Djava.awt.headless=true -Dmail.mime.charset=UTF-8 -Dorg.owasp.esapi.resources=./config/esapi -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./logs/ -Xss512k -Dosgi.logfile=../../../logs/osgi.log