You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
I want to request small logs improvement
What is the current behavior?
Currently when plugin is in the action - it just redirects output of frontend tools to maven logger as is.
Example from our TeamCity log:
It makes hard to distinguish which log line relates to which maven module. We have multi-module maven project and use parallel build. It means maven log contains logs of different modules mixed up.
What is the expected behavior?
It would be nice to add module name in front of logs. Similar to what we have when we run maven with this option: -Dorg.slf4j.simpleLogger.showThreadName=true.
Example:
Do you want to request a feature or report a bug?
I want to request small logs improvement
What is the current behavior?
Currently when plugin is in the action - it just redirects output of frontend tools to maven logger as is.
Example from our TeamCity log:
It makes hard to distinguish which log line relates to which maven module. We have multi-module maven project and use parallel build. It means maven log contains logs of different modules mixed up.
What is the expected behavior?
It would be nice to add module name in front of logs. Similar to what we have when we run maven with this option:
-Dorg.slf4j.simpleLogger.showThreadName=true
.Example:
Here we can see build logs from
frontend
modulePlease mention your frontend-maven-plugin and operating system version.
1.15.0
The text was updated successfully, but these errors were encountered: