Skip to content
New issue

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 two logback.xml files in project #5

Open
greenlaw110 opened this issue Jan 27, 2019 · 0 comments
Open

It generates two logback.xml files in project #5

greenlaw110 opened this issue Jan 27, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@greenlaw110
Copy link
Contributor

It generates the following two logback.xml files:

  1. src/main/resources/logback.xml
  2. 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.

@greenlaw110 greenlaw110 added the bug Something isn't working label Jan 27, 2019
@greenlaw110 greenlaw110 self-assigned this Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant