Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

murmur.log never created #8

Open
Spilarix opened this issue May 3, 2020 · 1 comment
Open

murmur.log never created #8

Spilarix opened this issue May 3, 2020 · 1 comment

Comments

@Spilarix
Copy link

Spilarix commented May 3, 2020

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.

@theAkito
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants