mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-25 13:46:30 +00:00
Actually remove the project id from the MDC #78
This commit is contained in:
@@ -121,7 +121,7 @@ public abstract class AbstractLoggingSpy extends AbstractEventSpy {
|
||||
|
||||
protected void onStopProject(ProjectBuild project) {
|
||||
update();
|
||||
MDC.put(KEY_PROJECT_ID, project.project.getId());
|
||||
MDC.remove(KEY_PROJECT_ID);
|
||||
}
|
||||
|
||||
protected synchronized void notifyMojoExecutionStart(ExecutionEvent event) {
|
||||
|
Reference in New Issue
Block a user