You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
This PR implements the following changes:
- [x] Add initial workflow and task execution spans
- [x] Add workflow initialize, start, and end logs
- [x] Add computed and replayed receipt logs
- [x] Add custom logging format and filter for EveryCLI
- [x] Minor re-wording of existing logs
## Link to issue
Implements spans needed in #457
## Type of change
- [x] New feature (non-breaking change that adds functionality)
- [x] Refactor (non-breaking change that updates existing functionality)
## Test plan (required)
Run Homestar with `EVERY_CLI` set to `true` to see the simplified logs:
```
EVERY_CLI=true cargo run -- start
```
Check that `RUST_LOG` works when `EVERY_CLI` is `false` or not set:
```
EVERY_CLI=false RUST_LOG=info cargo run -- start
```
Summary
Let's add workflow instrumentation and tracing to track more information about workflow runs.
Detail
We should add instrumentation and tracing to determine:
The text was updated successfully, but these errors were encountered: