When enabled, this setting uses the bash shell's built-in set -x
command in conjunction with a custom PS4 environment variable to report each command with its execution time in the /var/log/cb/services/cb-enterprise.timing.out file.
Default: 0
Set this option to 1
if troubleshooting slow cb-enterprise services startup or shutdown.
Important: Due to certain bash limitations, this command redirects all standard error data to the log file. As a result, if anything else writes to
stderr, there might be some unexpected text output while starting/stopping services.