Deployment UI Logs

We have a deployment of an nginx-proxy-app, which we can easily see generated UI Logs on the console.

I think they looks like stdout and stderror files, being sysmlink as per below

/var/log/nginx # ls -li
total 0
68535380 lrwxrwxrwx 1 root root 11 Oct 18 2016 access.log → /dev/stdout
68535381 lrwxrwxrwx 1 root root 11 Oct 18 2016 error.log → /dev/stderr

Will be possible to redirect or forward those logs using the banzai app or to for example a fluentd pod running in the same namespace?

This will be no cluster level