Logging, debugging, testing
To understand the internal state of an activity, you can use the following:
printf
style debugging: enableforward_stdout
orforward_stderr
in the[[activity]]
section of the configuratin . Output will appear in the server log.obelisk:log
API - see Runtime Support
Unit and integration testing is possible with Cargo's test harness.
The stargazers demo repository contains unit and integration tests for activities.