up
This commit is contained in:
parent
697d96b322
commit
bcf684bdf6
2 changed files with 56 additions and 61 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue