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

(cherry picked from commit 9b9d559312)

Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
mergify[bot]
2020-08-31 21:26:35 +00:00
committed by GitHub
parent b179ed0b90
commit 1e02069f86

View File

@ -499,7 +499,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(","),