Skip to content

Commit

Permalink
feature: add a tracing subscriber to capture and emit agent bootup ev…
Browse files Browse the repository at this point in the history
…ents (#213)

* chore: bump rust toolchain

* chore: new lints

* feature: add a tracing subscriber to capture and emit agent bootup events

* chore: update agent changelogs

* fix: bind fmt subscriber to prevent immediate drop

* dep: bump all tracing deps

* fix: use set_default instead of try_init

* fix: simplify setup of multiple subscribers

* feature: log contract connections
  • Loading branch information
prestwich authored Jul 20, 2022
1 parent bfeb61a commit 185cbfe
Show file tree
Hide file tree
Showing 36 changed files with 227 additions and 183 deletions.
140 changes: 37 additions & 103 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions agents/kathy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Unreleased

- add bootup-only tracing subscriber
- add environment variable overrides for agent configuration
- add tests for agent environment variable overrides
- remove `enabled` flag from agents project-wide
Expand Down
Loading

0 comments on commit 185cbfe

Please sign in to comment.