Skip to content

V1.0.0 Log Stream

Compare
Choose a tag to compare
@robertblum-psi robertblum-psi released this 13 May 23:00
· 5 commits to master since this release

Updated zowe ejes log stream release with new features:

Outputs the default log to stdout, or the log specified via options. Defaults as a Linux tail function with support for standard tail options --follow (-f), --lines (-n), -q, -v, and --version.

Set the position in the log to begin output using --find, --line, --time, and --offset. Advanced host line reduction filtering is available with "Message Filtering" options, e.g., fetch only lines associated with an IAT6xxxx message by specifying: --msgId "IAT6*".

Turn on ANSI highlighting for --find using --hilite. Perform regex text matching with ANSI highlighting using --match. Enable MCS console color emulation with --mcs. Prevent ANSI characters in the stream, instead using text-only indicators, by specifying: --nocolor "on".

The order of host commands issued during initialization are fixed in this program in the order listed below. Keeping this order in mind when building a query will allow you to obtain expected results.

  1. All message filtering options
  2. --line
  3. --time
  4. --find
  5. --offset

Issue this command for further details: zowe ejes log stream --helpWeb