Question
Where Is The Log File For The Jetmongod Service Located?
Answer
The location of the jetmongod log files is stored in the service configuration file. You can run the following command as root to find the path to the file:
[root@hostname ~]# grep -Eiv "(^#.*|^$)" /usr/local/jetapps/etc/mongod.conf | grep -i log
systemLog:
logAppend: true
logRotate: reopen
path: /usr/local/jetapps/var/log/mongod/mongod.log
Additional Information
For more information about the service itself, you can refer to the following article:
Comments
0 comments
Article is closed for comments.