docker-murmur icon indicating copy to clipboard operation
docker-murmur copied to clipboard

murmur.log never created

Open Spilarix opened this issue 4 years ago • 1 comments

Hello,

murmur.log is never created in my container, although logpath is not commented in murmur.ini. I only see "murmur.sqlite". However, I can see logs using "docker logs" command. Is there something special to do to get them in a file ?

Thank you.

Spilarix avatar May 03 '20 17:05 Spilarix

@Spilarix

The configuration file states:

# Specifies the file Murmur should log to. By default, Murmur
# logs to the file 'murmur.log'. If you leave this field blank
# on Unix-like systems, Murmur will force itself into foreground
# mode which logs to the console.
logfile=/data/murmur.log

Murmur in a Docker container is always in foreground mode.

theAkito avatar May 23 '20 14:05 theAkito