Environment
Version: Sentinel (5.1.1.1, 5.1.2, and later)
Situation
How to change logging level in sentinel watchdog to enable to show child process output
Resolution
Add the following line to the sentinel_log.prop file to enable the display of the stdout and stderr of the children process in the sentinel0.0.log file:
esecurity.base.process.MonitorableProcess.level=FINEST
Since the log prop file is automatically loaded while the process is running, you don't need to restart any processes in order for the above change to take place.