Skip to content

Commit

Permalink
Fix RUST_LOG var in setup_worker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabukdima committed Nov 29, 2024
1 parent 5131947 commit b80edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/setup_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CONCURRENT_DOWNLOADS=3
S3_TIMEOUT=60
# Read timeout. The connection is dropped if no data has arrived for this time.
S3_READ_TIMEOUT=30
# You can set it to "info,subsquid_worker=debug" to get debug logs
# You can set it to "info,sqd_worker=debug" to get debug logs
RUST_LOG=info
# You probably shouldn't change the values below
Expand Down

0 comments on commit b80edb4

Please sign in to comment.