mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-26 16:30:50 +01:00
Add logging for the used scm-manager core version
This commit is contained in:
@@ -83,6 +83,7 @@ public class BootstrapContextListener extends GuiceServletContextListener {
|
||||
protected Injector getInjector() {
|
||||
ConfigurationResolver configurationResolver = new ConfigurationResolver();
|
||||
configureLoggers();
|
||||
LOG.info("start scm-manager version {}", SCMContext.getContext().getVersion());
|
||||
Throwable startupError = SCMContext.getContext().getStartupError();
|
||||
if (startupError != null) {
|
||||
LOG.error("received unrecoverable error during startup", startupError);
|
||||
|
||||
Reference in New Issue
Block a user