Nantes Université

Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 8f9f70c4 rédigé par Féry Mathieu (Mathius)'s avatar Féry Mathieu (Mathius)
Parcourir les fichiers

feat(datastore): Add display of PID on start GUI

parent 4602f507
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #34303 réussi
......@@ -59,7 +59,8 @@ public class DatastoreService implements SmartLifecycle {
localDatastore.getOptions().getProjectId(), localDatastore.getPort(),
testingGUIPort)).start();
logger.info(String.format(
"LocalDataStore GUI are started at http://localhost:%s/", testingGUIPort));
"LocalDataStore GUI are started at http://localhost:%s/ (With PID : %s)",
testingGUIPort, datastoreGUIProcess.pid()));
}
} catch (IOException | InterruptedException e) {
logger.error(e.getMessage());
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter