Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Open Project Installation has not created any logs other than Cron-Hourly Log

Open Project Installation has not created any logs other than Cron-Hourly Log

Added by Rohan Valvekar over 6 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)

RE: Open Project Installation has not created any logs other than Cron-Hourly Log - Added by Dmitry K about 6 years ago

Same problem. Ubuntu 18.04

If i do in bash openproject logs it's shows me more logs.

RE: Open Project Installation has not created any logs other than Cron-Hourly Log - Added by Oliver Günther about 6 years ago

Standard logs in systems with systemd and journalctl present are using that to output logs. You can use journalctl or openproject logs to print the logs, they no longer land in openproject/log

This is detailed in our configuration guide: https://www.openproject.org/download-and-installation/#configuration

Best,

Oliver

RE: Open Project Installation has not created any logs other than Cron-Hourly Log - Added by Dmitry K about 6 years ago

Oliver Günther wrote:

Standard logs in systems with systemd and journalctl present are using that to output logs. You can use journalctl or openproject logs to print the logs, they no longer land in openproject/log

This is detailed in our configuration guide: https://www.openproject.org/download-and-installation/#configuration

Best,

Oliver

I see but there noting in journalctl (

It's only notice with command openproject log

RE: Open Project Installation has not created any logs other than Cron-Hourly Log - Added by André van Kaam over 5 years ago

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.

  • (1 - 4/4)
Loading...