Increase message_processor logging to error level (#11945)

This commit is contained in:
sakridge 2020-08-31 13:11:12 -07:00 committed by GitHub
parent 278f2fe078
commit 9b9d559312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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