| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013-2015 ForgeRock AS. |
| | | * Portions Copyright 2013-2016 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.tools; |
| | | import java.io.IOException; |
| | |
| | | import java.net.UnknownHostException; |
| | | import java.util.ArrayList; |
| | | import java.util.concurrent.atomic.AtomicInteger; |
| | | import java.util.logging.Level; |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.opends.server.controls.AuthorizationIdentityResponseControl; |
| | |
| | | |
| | | if (connectionOptions.isVerbose()) |
| | | { |
| | | JDKLogging.enableConsoleLoggingForOpenDJ(Level.ALL); |
| | | JDKLogging.enableVerboseConsoleLoggingForOpenDJ(); |
| | | } |
| | | else |
| | | { |