diff --git a/lib/archethic/bootstrap.ex b/lib/archethic/bootstrap.ex index 9cb16b104a..692a2b617c 100644 --- a/lib/archethic/bootstrap.ex +++ b/lib/archethic/bootstrap.ex @@ -200,6 +200,8 @@ defmodule Archethic.Bootstrap do end defp post_bootstrap(opts) do + Logger.info("Post Bootstrap Operations started") + if Keyword.get(opts, :sync?, true) do patch = Keyword.fetch!(opts, :patch) @@ -215,6 +217,7 @@ defmodule Archethic.Bootstrap do :persistent_term.put(:archethic_up, :up) Archethic.PubSub.notify_node_up() Listener.listen() + Logger.info("Post Bootstrap Operations finished") end defp first_initialization(