Where to find Logs of SolusVM 2

Have more questions? Submit a request

Applicable to:

  • SolusVM 2

Question

Where to find logs of SolusVM 2?

Answer

Management Node:

/var/log/solus/installer.log - the log contains the logs of SolusVM 2 update and installation events.
 
SolusVM 2 is built on docker swarm stack which consists of 8 different services.
So you can find the logs of any of the service by checking the logs of the corresponding service or docker container with the command:

docker container logs ID

where ID is the ID of the corresponding docker container which you can find using the command:

docker ps

Compute Resource: 

All the events related to VPS, backup or migration you can find on the corresponding CRs in the log file:

/var/log/solus/agent.log

the verbosity of the log can be increased in the file /etc/solus/agent.json by changing the line:

"log_level": "",

to 

"log_level": "debug",

followed by solus-agent restart:

systemctl restart solus-agent

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.