-
Notifications
You must be signed in to change notification settings - Fork 12
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
Change log format of aadarchi-maven-plugin #340
Comments
I suggest you take a look at class |
Compile with -X to display logs ? https://stackoverflow.com/questions/4782089/how-to-change-maven-logging-level-to-display-only-warning-and-errors |
Shortens the source in the logs
|
|
More clearly, if full class name (including packages) is smaller than 20 characters, show everything. Here are some example
I think you could write that in a unit test ... |
|
|
|
We currently output logs in the form
Can you
This would lead to log being in the form
The text was updated successfully, but these errors were encountered: