You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the discussion at #309, we should introduce more context details to our logging to allow for log statement to connection correlation. We should capture the logical connection id (cid) , Postgres PID (pid) and the netty channel Id showing both socket addresses of the connection (probably only when trace logging is enabled).
From the discussion at #309, we should introduce more context details to our logging to allow for log statement to connection correlation. We should capture the logical connection id (
cid
) , Postgres PID (pid
) and the netty channel Id showing both socket addresses of the connection (probably only when trace logging is enabled).The logs would look like:
Debug:
Trace:
The text was updated successfully, but these errors were encountered: