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
let plugin_result = query_router.execute_plugins(&ast).await;
Expected behavior
I think run the one query and out put one SQL log.
I try to audit the query with the output, the duplication logs impact on the collection and use of log systems.
The text was updated successfully, but these errors were encountered:
Describe the bug
I run
select 1;
query from client, and the pgcat output tow:To Reproduce
The code at the
client.rs
:the first output
pgcat/src/client.rs
Line 952 in 3202f56
the second output
pgcat/src/client.rs
Line 1232 in 3202f56
Expected behavior
I think run the one query and out put one SQL log.
I try to audit the query with the output, the duplication logs impact on the collection and use of log systems.
The text was updated successfully, but these errors were encountered: