This commit is contained in:
Lorenzo Iovino 2017-07-16 00:25:19 +02:00
parent 697d96b322
commit bcf684bdf6
2 changed files with 56 additions and 61 deletions

View file

@ -33,7 +33,7 @@ public class Server {
public static Integer multicastId = Config.NotificationServiceStubPort;
public Server() throws IOException {
logger = new Logger(new File("./notificationServer.log"), "Server", true);
logger = new Logger(new File("./server.log"), "Server", true);
Server.logger.write("Services starting ...");
startAuthService();
startJedisService();