-
Notifications
You must be signed in to change notification settings - Fork 1k
invalid span context noisy logging #6440
Copy link
Copy link
Closed
Labels
snackSmaller coding task - less than a day for an experienced devSmaller coding task - less than a day for an experienced devux
Description
Can this log line be moved to TRACE - it's very noisy at DEBUG level
{"@timestamp":"2024-01-22T01:16:50,003","level":"DEBUG","thread":"vert.x-eventloop-thread-1","class":"B3PropagatorExtractorMultipleHeaders","message":"Invalid TraceId in B3 header: null'. Returning INVALID span context.","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,008","level":"DEBUG","thread":"EthScheduler-Services-48 (importBlock)","class":"TransactionLogBloomCacher","message":"Caching logs bloom for block 0x3ce532","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,008","level":"DEBUG","thread":"EthScheduler-Services-48 (importBlock)","class":"TransactionLogBloomCacher","message":"Caching logs bloom for block 0x3ce533","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,008","level":"DEBUG","thread":"vert.x-eventloop-thread-1","class":"B3PropagatorExtractorMultipleHeaders","message":"Invalid TraceId in B3 header: null'. Returning INVALID span context.","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,008","level":"DEBUG","thread":"EthScheduler-Services-48 (importBlock)","class":"TransactionLogBloomCacher","message":"Caching logs bloom for block 0x3ce534","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,009","level":"DEBUG","thread":"vert.x-worker-thread-11","class":"JsonRpcExecutor","message":"JSON-RPC request -> eth_getBlockByNumber ["0x2cac67",false]","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,010","level":"DEBUG","thread":"EthScheduler-Services-48 (importBlock)","class":"TransactionLogBloomCacher","message":"Caching logs bloom for block 0x3ce535","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,010","level":"DEBUG","thread":"vert.x-eventloop-thread-1","class":"B3PropagatorExtractorMultipleHeaders","message":"Invalid TraceId in B3 header: null'. Returning INVALID span context.","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,010","level":"DEBUG","thread":"vert.x-worker-thread-18","class":"JsonRpcExecutor","message":"JSON-RPC request -> eth_getBlockByNumber ["0x2cac68",false]","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,010","level":"DEBUG","thread":"EthScheduler-Services-48 (importBlock)","class":"TransactionLogBloomCacher","message":"Caching logs bloom for block 0x3ce536","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,011","level":"DEBUG","thread":"vert.x-eventloop-thread-1","class":"B3PropagatorExtractorMultipleHeaders","message":"Invalid TraceId in B3 header: null'. Returning INVALID span context.","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,011","level":"DEBUG","thread":"EthScheduler-Services-48 (importBlock)","class":"TransactionLogBloomCacher","message":"Caching logs bloom for block 0x3ce537","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,011","level":"DEBUG","thread":"vert.x-worker-thread-3","class":"JsonRpcExecutor","message":"JSON-RPC request -> eth_getBlockByNumber ["0x2cac69",false]","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,012","level":"DEBUG","thread":"vert.x-eventloop-thread-1","class":"B3PropagatorExtractorMultipleHeaders","message":"Invalid TraceId in B3 header: null'. Returning INVALID span context.","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,012","level":"DEBUG","thread":"vert.x-worker-thread-7","class":"JsonRpcExecutor","message":"JSON-RPC request -> eth_getBlockByNumber ["0x2cac6a",false]","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,013","level":"DEBUG","thread":"EthScheduler-Services-48 (importBlock)","class":"TransactionLogBloomCacher","message":"Caching logs bloom for block 0x3ce538","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,013","level":"DEBUG","thread":"EthScheduler-Services-48 (importBlock)","class":"TransactionLogBloomCacher","message":"Caching logs bloom for block 0x3ce539","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,014","level":"DEBUG","thread":"vert.x-eventloop-thread-1","class":"B3PropagatorExtractorMultipleHeaders","message":"Invalid TraceId in B3 header: null'. Returning INVALID span context.","throwable":""}
{"@timestamp":"2024-01-22T01:16:50,014","level":"DEBUG","thread":"vert.x-worker-thread-4","class":"JsonRpcExecutor","message":"JSON-RPC request -> eth_getBlockByNumber ["0x2cac6b",false]","throwable":""}
maybe some context here #3184
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
snackSmaller coding task - less than a day for an experienced devSmaller coding task - less than a day for an experienced devux