In Bunnyshell
In this section we're going to briefly discuss event logs and how you can use them to determine the causes of several issues.
In our example below, the build failed. Let's see what happened.
1. Select you environment in the Bunnyshell interface.
2. Click the button. You will be redirected to the Events history section.

3. Click the button corresponding to the event in question to view its logs.

4. We need to go into the event itself and expand on the Error(s)


In the case of the build, the full log must be downloaded, as it contains the build output. All other logs will be displayed in full directly in the events screen, with no need to download.
In the screenshot below we can see that we had an issue with an npm package.

Happy debugging!
Last updated
Was this helpful?