Debugging locally
All local logs and events will output to your terminal where you rungoldsky compose start. Output is formatted
and colored to make scanning the output as easy as possible.
Debugging a Deployed Compose App
There are two key methods of debugging your app when running in the cloud, viewing logs and inspecting task run records. Both of these can be done in the UI of our web app on your compose app details page athttps://app.goldsky.com/dashboard/compose/{appName}. By default all context function calls are captured as task
run events and are logged. You can also add your own custom events and logging with the logEvent context function and the standard typescript console.