Skip to content
Snippets Groups Projects
Commit ba2fdf94 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

Added some more log files

parent 6e782188
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ public class Server { ...@@ -77,6 +77,7 @@ public class Server {
else nameServer = new LocalNameServer(dataStore,userAuthenticationModule,serverSettings.getServerPublicURI()); else nameServer = new LocalNameServer(dataStore,userAuthenticationModule,serverSettings.getServerPublicURI());
} }
else nameServer = new LocalNameServer(dataStore,userAuthenticationModule,serverSettings.getServerPublicURI()); else nameServer = new LocalNameServer(dataStore,userAuthenticationModule,serverSettings.getServerPublicURI());
log.info("All services are UP and ready for use...");
} }
catch (Exception e){ catch (Exception e){
log.error("Could not load configuration file or initialize some components - this is critical"); log.error("Could not load configuration file or initialize some components - this is critical");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment