How to filter journalctl units for AppDaemon?

Hi all,

after doing my first little automations with AppDaemon I got a bit more serious about it. Up to now I only used the web frontends AD add on log section to see what’s happening, but this won’t cut it anymore…

Up to now I figured out I find all the AD logs in my HASS OS journal…
With journalctl -u docker.service I can filter out a big chunk of the logs, but still I get everything running in docker containers.

Is there a way to filter even further with journalctl without using | grep appdaemon?

Also my AD logs don’t reach back that far, as for the other add ons running in docker containers.
Is there a retention period for every add on somewhere configured?

Thanks for your input! :slight_smile: