Skip to content

Commit 081379c

Browse files
authored
fix: tag Connect log and change to info instead of warning (#2066)
1 parent ea70164 commit 081379c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/realtime/tenants/connect.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ defmodule Realtime.Tenants.Connect do
494494

495495
## Private functions
496496
defp call_external_node(tenant_id, opts) do
497-
Logger.warning("Connection process starting up")
497+
Logger.info("Connection process starting up", external_id: tenant_id, project: tenant_id)
498498
rpc_timeout = Keyword.get(opts, :rpc_timeout, @rpc_timeout_default)
499499

500500
with tenant <- Tenants.Cache.get_tenant_by_external_id(tenant_id),

0 commit comments

Comments
 (0)