Viewing driver container logs - Inter-System Gateway 1.0

Inter-System Gateway Configuration Guide 1.0

Applies to
Inter-System Gateway 1.0
Last updated
2022-06-01
Content type
Guides > Plugin and extension guides
Language
English
Product
Inter-System Gateway
Version
1.0

You can investigate driver issues by analyzing the log files generated by the driver containers.

Before you begin

Create at least one driver container.

What you should know

Driver container log files are saved to the following folder on the server hosting the docker engine.
%Programdata%\docker\containers\<ContainerID>

Procedure

  1. Find the ID of the driver container.
    1. On the server hosting the docker engine, open a command prompt.
    2. Type the command 'docker ps' and press Enter.
    All running containers are listed.
    Command prompt showing the result of the "docker ps" command.
  2. In the returned result, write down the CONTAINER ID corresponding to the driver container you want to investigate.
  3. In the container folder, search for the folder matching the ID you found.
    In the log folder, the log files are named as follows: <ContainerID>-json.txt.