mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
Print full exception when NatService fails to configure automaticially (#4023)
https://github.com/hyperledger/besu/issues/3787 Signed-off-by: Antony Denyer <git@antonydenyer.co.uk>
This commit is contained in:
@@ -97,7 +97,7 @@ public class NatService {
|
||||
} 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)"
|
||||
: "");
|
||||
|
||||
Reference in New Issue
Block a user