Skip to content

Commit

Permalink
feat: standardize logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoura committed Sep 13, 2023
1 parent 98150da commit 409f13d
Show file tree
Hide file tree
Showing 41 changed files with 331 additions and 133 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added authority claimer service to support reader mode
- Added support to `POST` *inspect state* requests

### Changed

- Standardized log libraries and configuration

### Removed

- Removed configurable inspect-server path prefix
Expand Down
83 changes: 56 additions & 27 deletions offchain/Cargo.lock

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

2 changes: 2 additions & 0 deletions offchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ members = [
"http-server",
"indexer",
"inspect-server",
"log",
"redacted",
"rollups-events",
"rollups-http-client",
Expand Down Expand Up @@ -82,6 +83,7 @@ tonic = "0.9"
tonic-build = "0.9"
tonic-health = "0.9"
tracing = "0.1"
tracing-actix-web = "0.7"
tracing-subscriber = "0.3"
tracing-test = "0.2"
url = "2"
Expand Down
1 change: 1 addition & 0 deletions offchain/advance-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ path = "src/main.rs"
[dependencies]
grpc-interfaces = { path = "../grpc-interfaces" }
http-health-check = { path = "../http-health-check" }
log = { path = "../log" }
rollups-events = { path = "../rollups-events" }

async-trait.workspace = true
Expand Down
Loading

0 comments on commit 409f13d

Please sign in to comment.