Skip to content

Commit 109e9a9

Browse files
committed
agent: log output should be JSON-formatted with timestamps
1 parent 0b19397 commit 109e9a9

File tree

3 files changed

+88
-56
lines changed

3 files changed

+88
-56
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ libc = { workspace = true }
2424
rusty_ulid = { workspace = true }
2525
serde = { workspace = true }
2626
serde_json = { workspace = true }
27+
slog = { workspace = true }
2728
tokio = { workspace = true }
2829
#
2930
# I believe it is necessary to pull this in here, so that we can demand the

0 commit comments

Comments
 (0)