Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Optional. One or more text files that contain log information from the module that is executed. After the module has executed, the specified lines from these files will be imported in FEWS as log messages with the specified log level.

  • file - Model Path and name of a log file to be filtered for log entries. This should be an absolute path.
  • errorLinePattern - Each line in the specified file that matches this pattern will be extracted as a FEWS error log message.
  • warningLinePattern - Each line in the specified file that matches this pattern will be extracted as a FEWS warning log message.
  • infoLinePattern - Each line in the specified file that matches this pattern will be extracted as a FEWS info log message.
  • debugLinePattern - Each line in the specified file that matches this pattern will be extracted as a FEWS debug log message.

...