Tracing the logic service

When the logic service is in debug mode, it logs all the logic service activities in a trace file.

The tracing of the blogind(logic) server can be enabled or disabled dynamically by creating the start_blogind_tracing file. The file is a normal text file with content described later. Save the file in one of these locations:

  • $BSE/lib/defaults

    To enable or disable tracing for a logic server instance.

    Here the BSE variable is the BSE of the logic service. When the logic service is started from this folder:

    C:\Infor\ERPLN\commonx64\bin\rexecd.exe

    The BSE is C:\Infor\ERPLN\commonx64

  • Location that is specified in $BSE/lib/defaults/all

    This is a shared location to enable or disable tracing on a multiple logic server instance. Logic service instances that define this location in the defaults/all config file, have tracing enabled or disabled.

    To specify the shared location for the logic service instance, you must add the shared path in $BSE/lib/defaults/all in this format:

    blogind_shared_path:<shared_path>

    A shared path can be a network path such as: \\NLBAWPSET9\c$\shared or any other path that is accessible by the logic server instances.

    Ensure that this shared location is accessible for all the hosts in the farm.