Skip to content

Commit

Permalink
Print full exception when NatService fails to configure automaticially (
Browse files Browse the repository at this point in the history
#4023)

#3787

Signed-off-by: Antony Denyer <git@antonydenyer.co.uk>
  • Loading branch information
antonydenyer authored Jun 29, 2022
1 parent a8cf2d9 commit 5ea8014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nat/src/main/java/org/hyperledger/besu/nat/NatService.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void start() {
} catch (Exception e) {
LOG.warn(
"Nat manager failed to configure itself automatically due to the following reason : {}. {}",
e.getMessage(),
e,
(fallbackEnabled)
? "NONE mode will be used as a fallback (set --Xnat-method-fallback-enabled=false to disable)"
: "");
Expand Down

0 comments on commit 5ea8014

Please sign in to comment.