[ https://issues.apache.org/jira/browse/DOXIATOOLS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703730#comment-17703730 ]
ASF GitHub Bot commented on DOXIATOOLS-80: ------------------------------------------ kwin commented on code in PR #41: URL: https://github.com/apache/maven-doxia-converter/pull/41#discussion_r1145093868 ########## src/main/java/org/apache/maven/doxia/cli/ConverterCli.java: ########## @@ -100,11 +98,9 @@ private static int doMain(String[] args) { } Converter converter = new DefaultConverter(); - Log log = new SystemStreamLog(); if (debug) { - log.setLogLevel(Log.LEVEL_DEBUG); + // TODO: programmatically adjust log level } Review Comment: fixed > Update to Doxia 2.x > ------------------- > > Key: DOXIATOOLS-80 > URL: https://issues.apache.org/jira/browse/DOXIATOOLS-80 > Project: Maven Doxia Tools > Issue Type: Improvement > Components: Doxia Converter > Reporter: Konrad Windszus > Assignee: Konrad Windszus > Priority: Major > Fix For: doxia-converter-1.4 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)