Skip to content

Commit

Permalink
Add logger for Post bootstrap Ops
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorv-2204 committed Sep 6, 2022
1 parent 7e5721f commit 911dc6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/archethic/bootstrap.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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(
Expand Down

0 comments on commit 911dc6e

Please sign in to comment.