Redmine log files location
Added by Michael Powell almost 12 years ago
Hello,
Sounds like an obvious question. I've got a plugin that's failing to load one of its screens, and is telling me to review the Redmine logs. Um, where are they? Don't know my way around the Redmine Linux file structure that well... Thanks.
Regards,
Michael
Replies (5)
RE: Redmine log files location - Added by Michael Powell almost 12 years ago
Smart aleck... If I knew that I wouldn't be here asking that, would I? Does it depend on the Linux distribution?
RE: Redmine log files location - Added by Al McNicoll almost 12 years ago
Hmmm... don't think Ivan was being smart at you - he just assumed you knew the install location for Redmine. Perhaps if you post your distro (and install method), someone might be able to point you to the likely install location
RE: Redmine log files location - Added by Gokul NK over 6 years ago
Michael Powell wrote:
Smart aleck... If I knew that I wouldn't be here asking that, would I? Does it depend on the Linux distribution?
I don't think he was being smart at you. He just pointed out the path in a format that you couldn't understand.
In my case it was :/srv/redmine# tail -f log/production.log
Where :/srv/redmine was the path to the redmine and log/production.log was the production log file.
RE: Redmine log files location - Added by Martin Denizet (redmine.org team member) over 6 years ago
This will possibly solve the issue of locating the logs on all types of setup:
find / -name production.log