Check Server Provision Logs
Sometimes you may encounter problems while provisioning your servers. Check your server' actions logs to evaluate what happened.
- On Devopness, navigate to a project then select an environment
- Find the
Servers
card - Click the
View
in theServers
card - On the upper-right corner, click
ACTIONS
to see a list of actions for allServers
of the current environment - In the list of actions, locate the action you want to inspect and click its Action ID (e.g., #51899) in the Actions column to open the action details page
There are 3 actions related to the server provision process:
Provision
,Provision-check
andAdd
; each action can have one of the following status:Queued
,Pending
,In progress
,Completed
orFailed
. - In the action details view, you'll see a list of action steps. For each step, click the
LOGS
button to view its detailed logs - A text area will be displayed containing the output log of the action step execution