V1.0.0 Log Stream
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.
- All message filtering options
- --line
- --time
- --find
- --offset
Issue this command for further details: zowe ejes log stream --helpWeb