Community
Participate
Working Groups
There are two logging plugins in m2e: - org.eclipse.m2e.logging - activates the logback configuration for slf4j - org.eclipse.m2e.slf4j.bridge - pipes the eclipse logging into slf4j Problems: - no way to activate these plugins (except manual activation from osgi console) - even if the plugins are activated from the osgi console, nothing gets logged in any log file
Fixed the loading of logback configuration
Added optional feature for m2e slf4j over logback configuration. Added logback appenders for eclipse log and maven console. Replaced MavenLogger with slf4j loggers. Replaced direct calls to maven console logMessage/logError with slf4j log calls. Removed the now obsolete MavenConsoleService.
Fixed log levels in EclipseLogger. Configured EclipseLogAppender to log only warnings and errors. Added debug level to the MavenConsole.
Renamed org.eclipse.m2e.logging->org.eclipse.m2e.logback.configuration and org.eclipse.m2e.logging.feature->org.eclipse.m2e.logback.feature.
Done
.
Moved to https://github.com/eclipse-m2e/m2e-core/issues/