Skip to content

Commit

Permalink
removed publishConfigFinished
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Mar 1, 2024
1 parent a0d4dc4 commit 556606f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ public Plan getDefault(Plan plan, String name) {
// allow user to override or extend with python
listeners.add(new Listener("publishBoot", name));
// listeners.add(new Listener("publishHeartbeat", name));
listeners.add(new Listener("publishConfigFinished", name));
// listeners.add(new Listener("publishConfigFinished", name));

LogConfig log = (LogConfig) plan.get(getPeerName("log"));
log.level = "WARN";
Expand Down

0 comments on commit 556606f

Please sign in to comment.