Allow override of RUST_LOG (#7705)

This commit is contained in:
Jack May
2020-01-08 09:19:12 -08:00
committed by GitHub
parent 2f5f8e7afd
commit 07855e3125
10 changed files with 32 additions and 18 deletions

View File

@ -692,7 +692,7 @@ pub fn main() {
}
};
solana_logger::setup_with_filter(
solana_logger::setup_with_default(
&[
"solana=info", /* info logging for all solana modules */
"rpc=trace", /* json_rpc request/response logging */