Search code examples
arangodbarangojs

No more logs all of a sudden, no settings or config changed


I have been catching logs until two days ago and now all of a sudden I do not see any logs. I didnt touch the command line. I just have updated the only service I have to save documents in the database.

Arangodb Version. 3.1.6 environment Ubuntu 14.04 / Nginx

Problem: No logs at all. Screenshot attached.

I tried: Nothing has changed in the server, in terms of updates, settings, configs or anything. If I go to /var/log/arangod/arangod.log - it says file not found.

Any direction or help would be highly appreciated.

https://gifyu.com/image/MALB


Solution

  • Looks like there is an issue with the web interface's log output in the 3.1 branch. It was fixed in the 3.2 branches and releases, but for 3.1 it has not been fixed as of version 3.1.27.

    A pull request with a fix for the 3.1 branch is here: https://github.com/arangodb/arangodb/pull/3563