| | |
| | | import java.io.PrintStream; |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | import java.util.logging.Level; |
| | | |
| | | /** |
| | | * This program provides a utility to rebuild the contents of the indexes of a |
| | |
| | | { |
| | | final PrintStream out = NullOutputStream.wrapOrNullStream(outStream); |
| | | final PrintStream err = NullOutputStream.wrapOrNullStream(errStream); |
| | | JDKLogging.disableLogging(); |
| | | JDKLogging.enableConsoleLoggingForOpenDJ(Level.FINE); |
| | | |
| | | // Initialize all the command-line argument types and register them with the |
| | | // parser. |