It generates the following two logback.xml files:
src/main/resources/logback.xml
src/main/resources/com/mycom/helloworld/logback.xml
The first one has correct content, while the second one has the following line:
<logger name="$package" level="DEBUG" additivity="false">
The content in second one is not correct, and the second one should be removed from the generated project.