| | |
| | | import static com.forgerock.opendj.cli.Utils.wrapText; |
| | | |
| | | import org.forgerock.opendj.ldap.DecodeException; |
| | | import org.opends.server.loggers.JDKLogging; |
| | | import org.opends.server.tools.LDAPConnection; |
| | | import org.opends.server.tools.LDAPConnectionException; |
| | | |
| | |
| | | import java.util.Set; |
| | | import java.util.HashSet; |
| | | import java.util.List; |
| | | import java.util.logging.Level; |
| | | import java.io.IOException; |
| | | |
| | | /** |
| | |
| | | } |
| | | else |
| | | { |
| | | // server is offline => output logs to the console |
| | | JDKLogging.enableConsoleLoggingForOpenDJ(Level.FINE); |
| | | taskScheduleArgs.validateArgsIfOffline(); |
| | | } |
| | | } |