Skip to content

Commit da45be7

Browse files
committed
fixup!: use info severity for normal shutdown log
1 parent 8119e49 commit da45be7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/expert/lib/expert/state.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ defmodule Expert.State do
178178
end
179179

180180
def apply(%__MODULE__{} = state, %GenLSP.Requests.Shutdown{}) do
181-
# TODO: why is this an error log?
182-
Logger.error("Shutting down")
181+
Logger.info("Shutting down")
183182

184183
{:ok, nil, %__MODULE__{state | shutdown_received?: true}}
185184
end

0 commit comments

Comments
 (0)