logVerbosity

Deprecated

LogVerbosity setting is deprecated and will be removed in future versions. For logging configuration: 1. Use an SLF4J implementation (recommended) 2. Or implement CustomLogger interface and set via customLoggers property. Use CustomLogger if your slf4j implementation like logback, log4j2, etc. can't meet your specific logging requirements.

Set to PNLogVerbosity.BODY to enable logging of network traffic, otherwise se to PNLogVerbosity.NONE.