-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log(connect_to_peers): reduce log-noise on failed outgoing connections
Previously, the `error` log-level was used when outgoing connections failed. With this commit, it is either `warn` or `info`. `warn` if the user has explicitly requested to be connected to this peer in the CLI arguments. And `info` if they have not, which would indicate this connection is being made through peer-discovery.
- Loading branch information
1 parent
8fb1a1b
commit 8eb547c
Showing
1 changed file
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters