Skip to content

Commit 85b5726

Browse files
committed
chore: log when the engine node is stopped
1 parent 302fa25 commit 85b5726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/expert/lib/expert/engine_node.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ defmodule Expert.EngineNode do
297297

298298
@impl true
299299
def handle_call({:stop, stop_timeout}, from, %State{} = state) do
300+
Logger.info("Stopping engine node for project #{Project.name(state.project)}")
300301
state = State.stop(state, from, stop_timeout)
301302
{:noreply, state, stop_timeout}
302303
end

0 commit comments

Comments
 (0)