I am using dockerize (right now for the templating feature), and considering how to proceed with logs.
Using several -stdout options I can ship several logs to stdout, however the result in docker logs is interleaved from the several input files.
Would it be possible to optionally prefix each log line with a tag to distinguish which log cons from which file ?