mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Log the registering node's address
This commit is contained in:
@@ -1172,7 +1172,7 @@ namespace Tgstation.Server.Host.Swarm
|
||||
}
|
||||
}
|
||||
|
||||
logger.LogInformation("Registered node {0} with ID {1}", node.Identifier, registrationId);
|
||||
logger.LogInformation("Registered node {0} ({1}) with ID {2}", node.Identifier, node.Address, registrationId);
|
||||
MarkServersDirty();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user