Receiving the platform activity log

To create an ASAP On-Premise 1.1 or 1.1.2 activity log:

  1. Go to the installer subdirectory in the installer directory. For example, /etc/kasap/kasap_1.1.2/installer.
  2. Run the following command:

    sudo ./run.sh logs.yml -i -data-path=<directory with platform configuration files>

    For example:

    sudo ./run.sh logs.yml -i -data-path=/etc/kasap/data

In the directory with platform configuration files, the logs directory was created (for example, /etc/kasap/data/logs), where the archive with the platform activity log will be placed.

To create an ASAP On-Premise 1.0 activity log:

  1. Go to the installer subdirectory in the installer directory. For example, /etc/kasap/kasap_1.0/installer:
  2. Run the logs.sh script for the manual creation of logs. The script must be run as a user with root privileges. The script starts without additional commands:

    sudo ./logs.sh

The platform log will be placed in the installer directory.

To the top