Skip to content

Commit

Permalink
chore: add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed May 15, 2024
1 parent 688f249 commit ee5eea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logflare/endpoints/resolver.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule Logflare.Endpoints.Resolver do

_ ->
spec = {Cache, {query, params}}
Logger.debug("Starting up Endpoint.Cache")
Logger.debug("Starting up Endpoint.Cache for Endpoint.Query id=#{id}", endpoint_id: id)

case DynamicSupervisor.start_child(Cache, spec) do
{:ok, pid} -> pid
Expand Down

0 comments on commit ee5eea7

Please sign in to comment.