...when listening to container logs, how can I find the source of the log entry?
Currently the logs (Stream or non-Stream) return a string which is sourced from either the Standard Output, or the Standard Error.
Is there a means of knowing the source of each of these entry as it's returned?
...when listening to container logs, how can I find the source of the log entry?
Currently the logs (Stream or non-Stream) return a string which is sourced from either the Standard Output, or the Standard Error.
Is there a means of knowing the source of each of these entry as it's returned?