mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
typos, culling, and alignment
This commit is contained in:
@@ -14,21 +14,6 @@ import java.util.Arrays;
|
||||
public class DocServerApp {
|
||||
private static final Logger logger = LogManager.getLogger(DocServerApp.class);
|
||||
|
||||
// static {
|
||||
// // defer to an extant logger context if it is there, otherwise
|
||||
// // assume a local and docserver specific logging configuration
|
||||
//
|
||||
// LoggerContext context = (LoggerContext) LoggerFactory.getILoggerFactory();
|
||||
// if (context.getLoggerList().size() == 1 && context.getLoggerList().get(0).getName().equals("ROOT")) {
|
||||
// configureDocServerLogging(context);
|
||||
// logger = LoggerFactory.getLogger(DocServerApp.class);
|
||||
// logger.info("Configured logging system from logback-docsys.xml");
|
||||
// } else {
|
||||
// logger = LoggerFactory.getLogger(DocServerApp.class);
|
||||
// logger.info("Configured logging within existing logging context.");
|
||||
// }
|
||||
// }
|
||||
|
||||
public static void main(String[] args) {
|
||||
if (args.length > 0 && args[0].contains("help")) {
|
||||
showHelp();
|
||||
|
||||
Reference in New Issue
Block a user