Removed OK's from logging, not needed

This commit is contained in:
2024-11-24 01:51:47 +02:00
parent 11af7ba6ea
commit 339904ac4c
4 changed files with 10 additions and 11 deletions

View File

@@ -20,6 +20,6 @@ public class Main {
JavalinConfig.setup(app);
logger.info("Discovery service up and running. - OK");
logger.info("Discovery service up and running");
}
}