Output Log / Error Log
Last updated
Last updated
ClusterWare offers a streamlined approach to accessing and navigating through log files for individual application instances. In services with multiple application instances, the ClusterWare Console simplifies the process of locating and examining the logs of problematic instances.
Users can easily switch between instances using the accordion menus and view their logs without leaving the current screen.
Logs: Syncs all output and error logs generated on the server for all instances.
Output Log
The output log captures all the standard output (stdout
) generated by the application. This includes all the information that the application writes to the console using methods like console.log
, console.info
, and similar. Output Log has white text color.
Error Log
The error log captures all the standard error output (stderr
) generated by the application. This includes error messages, warnings, stack traces, and any other critical issues that the application encounters and writes using methods like console.error
, console.warn
, or when an exception is thrown. Error Log has orange text color.