Output Log / Error Log

Overview

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.

Logs of Application Instances

Users can easily switch between instances using the accordion menus and view their logs without leaving the current screen.

By design ClusterWare displays insights captured at the time of sync with the server. Therefore to display new logs generated after the last sync the user needs to use Sync Logs action.

Sync Actions

  • Logs: Syncs all output and error logs generated on the server for all instances.

Differences between Output and Error Log

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.

Last updated