mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +00:00
fix: config update
- http client log message
This commit is contained in:
parent
914157d629
commit
577de5c9fe
@ -28,6 +28,10 @@ mempool_publish_strategy: !SampleSubnetworks
|
||||
secs: 0
|
||||
nanos: 100000000
|
||||
|
||||
replication_settings:
|
||||
seen_message_cache_size: 204800
|
||||
seen_message_ttl_secs: 900
|
||||
|
||||
# Tracing
|
||||
tracing_settings:
|
||||
logger: Stdout
|
||||
|
||||
@ -40,4 +40,4 @@ class BaseClient:
|
||||
def print_request_size(self, data):
|
||||
body_size = len(data) if data else 0
|
||||
body_kb = body_size / 1024
|
||||
logger.debug(f"Body size: {body_kb:.2f}kB")
|
||||
logger.debug(f"Request body size: {body_kb:.2f}kB")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user