adobe / aio-cli-plugin-aem-rde

Apache License 2.0
4 stars 13 forks source link

Improve log tailing and colorize log messages #63

Closed jsedding closed 8 months ago

jsedding commented 8 months ago

The output of tailing logs is currently very choppy, because a batch of log lines is fetched every 1500ms and dumped onto the console in one go. When using the real "tail" command, lines are output as they arrive, which makes the output feel more fluid, and easier to track with the eyes. This ticket aims at achieving this effect.

Different colors for log lines of different severities would also be nice.