OpenLiberty / ci.ant

Ant tasks for managing Liberty profile server instances #devops
Apache License 2.0
8 stars 36 forks source link

Color warnings/errors from Liberty server message logs #163

Closed evie-lau closed 1 year ago

evie-lau commented 1 year ago

Fixes OpenLiberty/ci.maven#1680. Based on #160

Add coloring to warnings and errors from the Liberty server message logs to easily identify them. Keys off of the Liberty server message identifier, ie: E or W at the end of the identifier code.

In LMP: image

In LGP: image