Skip to main content

Text logs

Text logs are printf style logs that all processes emit. These can help debug issues during execution of assets.

Access text logs

via inctl

You can stream logs via inctl. Here is an example:

$ inctl logs --follow --service configurable_service_1 --org $INTRINSIC_ORGANIZATION --solution $INTRINSIC_SOLUTION
INFO:root:--------------------------------
INFO:root:-- Configurable service starting
INFO:root:--------------------------------
INFO:root:My name is Riley, and I like to eat cookies
INFO:root:My name is Riley, and I like to eat carrots
INFO:root:My name is Riley, and I like to eat cookies
INFO:root:My name is Riley, and I like to eat carrots
INFO:root:My name is Riley, and I like to eat cookies
INFO:root:My name is Riley, and I like to eat cranberries

via the Text log viewer

You can use the text logs viewer to view logs for skills.

note

Currently the platform lacks a way to access historical text logs from the cloud.