Content
You are here:
Open Project Installation has not created any logs other than Cron-Hourly Log
Added by Rohan Valvekar over 5 years ago
Hello All,
I am rather new to open project community, and would like to ask a question regarding Logs that are generated by Open Project. I am trying to see the following log files but I am not able to find any. I tried some methods that are available on the community, but still I am not getting anywhere.
I am trying to see production.log file and possibly errors.log file. Both files are found nowhere under openproject/log/
The only file I am able to see is cron-hourly.log
Is there something that needs to be changed ? or something that has not configured correctly ?
Thank you for the assistance.
Replies (4)
Same problem. Ubuntu 18.04
If i do in bash openproject logs it's shows me more logs.
Standard logs in systems with systemd and
journalctl
present are using that to output logs. You can usejournalctl
oropenproject logs
to print the logs, they no longer land inopenproject/log
This is detailed in our configuration guide: https://www.openproject.org/download-and-installation/#configuration
Best,
Oliver
Oliver Günther wrote:
I see but there noting in
journalctl (
It's only notice with command openproject log
Old post but maybe for future reference:
use 'journalctl -o short-full SYSLOG_IDENTIFIER=openproject-web-1.service --output-fields=MESSAGE' to filter openproject lines from the journal.