In one of our VSE server, we notice that, only VSE log file is being generated and not of all the individual services present in that VSE.
Could you please help us with this request and share the steps to enable individual service specific logs.
Devtest 10.7.2 and Devtest 10.8
Below property in logging.properties maintains the logging level for individual services. By default this property is set to INFO mode.
If this value is set to OFF or WARN in your environment, individual service specific logs are not written. So, check this property in logging.properties file on VSE server and change the value to INFO accordingly.
In version 10.7.2:
logger.VSE.name = VSE
logger.VSE.level = INFO
In Devtest version 10.8.1:
logger.VSE.name = VSE
logger.VSE.level = ${sys:logger.VSE.level:-INFO}
After making these changes, no need to restart any services.
NOTE: Changing this logging level from OFF to INFO will degrade the performance. This is not suitable for performance VSE.