Tomcat Console Logs Configuration
The console is used to execute the command for starting Tomcat services for manual installation or when starting the ThingWorx server on RHEL/Ubuntu/Windows (shell or bat file). The console keeps showing Tomcat logs, such as Catalina, stdout and stderr, so on.
ThingWorx 9.6.0 introduces a setting to enable or disable stdout and stderr logs on the console. The setting is available in the BasicSettingsof platform-settings.json file.
Setting
Type
Value
Default Value
EnableConsoleOutput
BOOLEAN
true or false
true—for Docker.
false— for on-prem and manual installation.
Note:
If the value is true, the user will see the stdout and stderr logs on the console.
Set the value to false to disable stdout and stderr logs. User must not see any logs if Tomcat service is started through the command prompt, bat file on Windows, or sh file on Linux or Unix system.
The EnableConsoleOutput setting value is effective when the ThingWorx server is started.
Was this helpful?