We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
It generates two logback.xml files in project #5
22bb472
greenlaw110
No branches or pull requests
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:
The content in second one is not correct, and the second one should be removed from the generated project.
The text was updated successfully, but these errors were encountered: