Skip to content

Commit

Permalink
test log conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yishi-ttd committed Nov 1, 2023
1 parent 3d29fb8 commit 8abd41a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/uid2/operator/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ else if (!Utils.isProductionEnvironment()) {
app.run();
} catch (Exception e) {
LOGGER.error("Error: " + e.getMessage(), e);
((LoggerContext)org.slf4j.LoggerFactory.getILoggerFactory()).stop(); // flush logs before shutdown
vertx.close();
System.exit(1);
}
Expand Down

0 comments on commit 8abd41a

Please sign in to comment.