kwin commented on code in PR #85: URL: https://github.com/apache/maven-doxia-converter/pull/85#discussion_r1835347143
########## src/main/java/org/apache/maven/doxia/DefaultConverter.java: ########## @@ -426,6 +434,10 @@ private void parse( throw new ConverterException("IOException: " + e.getMessage(), e); } } + LOGGER.info( Review Comment: For me this is crucial information when a directory has been given as input. For a single file it should not matter (as it is only one log line) and also clarifies which absolute file has been used (as input parameter is often relative). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org