Skip to content

Commit

Permalink
Update node.cpp
Browse files Browse the repository at this point in the history
cleanup std::cerr logging by default
  • Loading branch information
Russel Waters authored Jun 21, 2018
1 parent 89f0bfc commit 1bba54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ insufficient_work_logging_value (true),
log_rpc_value (true),
bulk_pull_logging_value (false),
work_generation_time_value (true),
log_to_cerr_value (true),
log_to_cerr_value (false),
max_size (16 * 1024 * 1024),
rotation_size (4 * 1024 * 1024),
flush (true)
Expand Down

0 comments on commit 1bba54f

Please sign in to comment.