ok systemd experts, how the heck do I get the output of a oneshot container with LogDriver=passthrough into both journald _and_ a regular log file that's rotated daily? Similar use case as described here https://github.com/systemd/systemd/issues/38684#issuecomment-3221956220
I need simple log files for long term archiving
In the old world I'd just do "./program | tee -a /logs/$(date +%Y%m%d.log)"
