loggerhead.conf should be read from /etc/loggerhead.conf

Asked by Lani

I used "sudo python setup.py install" to install loggerhead. I'm not used to install applications this way so maybe there are some simple options to set to accomplish what I want.

It seems to me that loggerhead uses the current folder of the "start-loggerhead" command to look for the "loggerhead.conf" file. I think that it should read it from "/etc/loggerhead.conf" or "/etc/loggerhead/loggerhead.conf".

Question information

Language:
English Edit question
Status:
Solved
For:
loggerhead Edit question
Assignee:
No assignee Edit question
Solved by:
Lani
Solved:
Last query:
Last reply:
Revision history for this message
Lani (lani-lani) said :
#1

I noticed that you can redirect this with a parameter to the "start-loggerhead" command:

start-loggerhead -c "/etc/loggerhead.conf"

Revision history for this message
Martin Albisetti (beuno) said :
#2

Yeah, it's an optional config.
I do agree that a Daemon, it should use the default location expected in /etc/loggerhead
I've confirmed the bug you opened.

Revision history for this message
Lani (lani-lani) said :
#3

See the comments above.