`jhack tail` now showing custom events

Hello hello, small update for jhack tail.

Since version 0.3.15 , jhack tail will pick up on the newly-added-in-ops custom event logs.

This means that, next to the ‘usual’ juju events such as start, install, -relation-changed and so on, you will from now on also be able to see the custom EventBase subclasses that your charm (or the charm libs that your charm relies on) emit onto one another.

In the screenshot below, I’m trying it out with prometheus-k8s as it relates with traefik-k8s. You can see in blue the custom ready_for_unit events fired by traefik’s ingress lib.

Try it out from the edge channel!

2 Likes