dsslogview - DSS 6 | Data Source Solutions Documentation

Documentation: dsslogview - DSS 6 | Data Source Solutions Documentation

dsslogview

Usage

  • <b>dsslogview</b> [<b>-R</b><em>url</em>] <b>-C</b> <em>chn:control_id</em> <em>hub</em>
  • <b>dsslogview</b> [<b>-R</b><em>url</em>] <b>-E</b><em> event_id hub</em>

Description

Command dsslogview allows to view log files in the DSS_CONFIG/logs/ and DSS_CONFIG/hubs/hub/logs/ directories.

In the User Interface, this option corresponds to viewing logs.

Options

This section describes the options available for command dsslogview.

Parameter Description
-Ccontrol_id

Show the log file of a job from the moment the control control_id is sent until it is expired.

-Eevent_id

Show the log file of a job while it is processing a specific event event_id.

-Rurl

Remote hub server. Access the hub server running on a remote machine, via the REST interface.

This option is required for remote CLI access. When using this option, command dsslogin should be run first, for authentication.

Examples

This section provides examples of using the dsslogview command.

Example 1. Show log file based on the control ID

The following command instructs to show the log file of a job from the moment the control ID (5fb500ea_2e772_255050) is sent until it is expired.

dsslogview -C mychannel:5fb500ea_2e772_255050 myhub
Example 2. Show log file based on the control ID

The following command instructs to show the log file while it is processing the event (2020-11-17T23:00:00.000Z).

dsslogview -E 2020-11-17T23:00:00.000Z myhub