Customizing the Trace

To configure the Link rest execution trace file, you can use the "/rest/logging" path in the config.yaml file. To enable verbose logging, set the trace level to "ALL" or "TRACE". For informational messages, set the trace level to "INFO", and for tracing errors only, set it to "ERROR". Additionally, you can customize the information displayed in the log file by selecting the desired columns. Use the "/rest/logging/columns" path to include or exclude specific trace file columns. The trace file is saved in the product logs directory (<INSTALL_DIR>/logs) with the naming format "flowexecredis_<PID>_<DATE>.log".

Similarly, when starting a flow directly from the web user interface, the flow tracing is defined using the "/runtime/flowCmdServer/logging" path. The trace file is saved in the product logs directory (<INSTALL_DIR>/logs) with the naming format "flowcmdserver_<PID>_<DATE>.log".

Please note that "<INSTALL_DIR>" should be replaced with the actual installation directory path.