You can debug deployments on your own evernode node by doing following:
Log into your node (ssh)
#1:
Write sudo sashi list to get a list of your tenants.
#2:
After that, write sudo -H -u <user> bash to log in as a tenant (remember to take the username from the list)
#3:
write docker logs <instance name> (you get the name of the instance from the sudo sashi list command aswell)