I have Rclone running as Docker on 2 PODS on my K8 Cluster on AWS. For Persistence I have mounted an EBS Volume and Log File is written there.
Question is can I identify from Log Entries which POD has written that entry. Something like IP Address
Comma separated list of log format options. Accepted options are date, time, microseconds, pid, longfile, shortfile, UTC. Any other keywords will be silently ignored. pid will tag log messages with process identifier which useful with rclone mount --daemon. Other accepted options are explained in the go documentation. The default log format is "date,time".