-
Hi all, anyone experienced the same problem? We have fresh oparin-1.1 running on Openstack. The server is connected to existing DB that was previously used by Najdorf. The DB is migrated with db:migrate and reset with evm:automate:reset . However, when the server starts, there are no logs in /var/www/miq/vmdb/log like automation.log , production.log etc. Evm.log onu contains: Only appliance_console , top_output and vmstat_output. I can see stdout in journalctl but I cannot find all I am looking for. How can I check why there are no logs in log directory and how to set it? Is it any known issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In oparin, we've removed logging to logs, because it is redundant to what is in journald. This caused issues, particularly with disk space where we were essentially using double the disk space. journald is the preferred mechanism for accessing the logs. See https://www.manageiq.org/docs/reference/latest/troubleshooting/index.html#appliance-logging |
Beta Was this translation helpful? Give feedback.
In oparin, we've removed logging to logs, because it is redundant to what is in journald. This caused issues, particularly with disk space where we were essentially using double the disk space. journald is the preferred mechanism for accessing the logs. See https://www.manageiq.org/docs/reference/latest/troubleshooting/index.html#appliance-logging