Logging to stdout?

I’m running EventStore from within the standard Docker container (with mapping the data dir to persistent volume).

Is there a way to redirect logs from the log file to STDOUT? So that I can make use of my standard logging/monitoring infrastructure?

Thanks

It uses NLog internally (managed via a config file) so you should be able to add a target.

Thanks, I’ll look up Nlog.

Is there a way to disable logging to a file as well?