Temporarily turn off protocol tracing, e.g., to prevent tracing the authentication sequence, including the password.
()
| 1316 | * tracing the authentication sequence, including the password. |
| 1317 | */ |
| 1318 | private void suspendTracing() { |
| 1319 | if (traceLogger.isLoggable(Level.FINEST)) { |
| 1320 | traceInput.setTrace(false); |
| 1321 | traceOutput.setTrace(false); |
| 1322 | } |
| 1323 | } |
| 1324 | |
| 1325 | /** |
| 1326 | * Resume protocol tracing, if it was enabled to begin with. |
no test coverage detected