Live Log view in web console

Is it possible to redirect container specific logs (that would otherwise be written to file) to be displayed in the live log view in web console.

Hi, can you give us some more information on what you are trying to achieve? In terms of writing to the dashboard logs just writing to standard output/standard error should work rather than writing to a file.

Ok thanks for the clarification on the standard out/err. We will give that a shot and see how it looks in the console. Assuming the logs are already being emitted to a file, is it a reasonable solution to create a link between /dev/stdout and the log file of interest:

RUN ln -sf /dev/stdout /var/log/interesting.log