Get /var/log/pods log files into rsyslog on Ubuntu

Dear All,

I am having trouble with this as on Ubuntu (Not my native linux) rsyslog runs as rsyslog user. This means it can read all the way down to the pod log file e.g /var/log/pods/podname/container/2.log, but the file itself is not world readable and so rsyslog can not read it as it is owned by root:root with u:rw,g:r permissions.

Is there a way to make the log files themselves create with o:r permission?

@druwoldt How did you solve it later