Skip to content

Commit

Permalink
change debug level in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Sep 24, 2024
1 parent a65dd25 commit 6e07c35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
RUSTFLAGS: -D warnings
RUSTUP_MAX_RETRIES: 10
RUST_LOG: warn
RUST_LOG_FORMAT: plain

permissions:
contents: read
Expand Down Expand Up @@ -59,4 +60,4 @@ jobs:
# Docker compose can take some time to start
max_attempts: 5
timeout_minutes: 2
command: sleep 60 && linera --wallet docker/wallet.json --storage rocksdb:docker/linera.db sync-balance
command: sleep 60 && linera --wallet docker/wallet.json --storage rocksdb:docker/linera.db sync-balance
1 change: 1 addition & 0 deletions .github/workflows/dynamodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
RUSTFLAGS: "-D warnings"
RUSTUP_MAX_RETRIES: 10
RUST_LOG: warn
RUST_LOG_FORMAT: plain

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
RUSTDOCFLAGS: -A rustdoc::redundant_explicit_links -D warnings
RUSTFLAGS: -D warnings
RUSTUP_MAX_RETRIES: 10
RUST_LOG: linera=debug
RUST_LOG: linera=warn
RUST_LOG_FORMAT: plain

permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scylladb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:
RUSTFLAGS: "-D warnings"
RUSTUP_MAX_RETRIES: 10
RUST_LOG: warn
RUST_LOG_FORMAT: plain

permissions:
contents: read
Expand Down

0 comments on commit 6e07c35

Please sign in to comment.