BuildForge Help

Setting the Adaptor Log Level

Control how much information is written to the step log for the adaptor by using the _InterfaceLoggingLevel environment variable.

  1. Add _InterfaceLoggingLevel to the adaptor's environment.
    • Level 8 logs the most information and level 0 logs the least.
    • Logging levels are inclusive. For example, level 2 includes information from levels 1 and 0.
    • Level 7 is the default logging level.
  2. Assign a log level as the value for the _InterfaceLoggingLevel variable:

0: Exec line plus server connection errors or cancel notification; nothing else

1: Parsed commands (commands as they will be sent to the server)

2: Unparsed commands (commands prior to having their local variables set)

3: Build and environment variable SET lines

4: Temp and internal variable SET lines

5: Environment evaluations, e-mail group additions, BOM text logging lines

6: Block and sub-block start/end lines

7: (Default logging level) Agent output that will be checked against match patterns, plus the lines that matched the patterns

8: All agent output

Related concepts
Special Case Variables
Windows Mapped Drives