ppalaga commented on a change in pull request #1379: URL: https://github.com/apache/camel-quarkus/pull/1379#discussion_r442314107
########## File path: extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelRoutesCollector.java ########## @@ -76,7 +76,7 @@ public XMLRoutesDefinitionLoader getXmlRoutesLoader() { } } } catch (FileNotFoundException e) { - LOGGER.debug("No XML routes found in {}. Skipping XML routes detection.", part); + LOGGER.warn("Resource {} can not be parsed. Skipping XML routes detection.", part); Review comment: Isn't this still confusing? FileNotFoundException suggests that no parsing happened, because the file does not exist. So the message shout rather say that the given path does not exist. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org