Increase message_processor logging to error level (#11945) (#11947)

(cherry picked from commit 9b9d559312)

Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
mergify[bot]
2020-08-31 21:55:07 +00:00
committed by GitHub
parent 18e7112608
commit a8eea4f42d

View File

@@ -491,7 +491,7 @@ fn start_logger(logfile: Option<String>) -> Option<JoinHandle<()>> {
solana_logger::setup_with_default(
&[
"solana=info", /* info logging for all solana modules */
"solana=info,solana_runtime::message_processor=error", /* info logging for all solana modules */
"rpc=trace", /* json_rpc request/response logging */
]
.join(","),