Logging queries #1323
Answered
by
jkaflik
arman-sydikov
asked this question in
Q&A
Logging queries
#1323
-
For quick debugging, we need to print executed queries to stdout. How to do it? |
Beta Was this translation helpful? Give feedback.
Answered by
jkaflik
Aug 5, 2024
Replies: 1 comment
-
clickhouse-go/examples/clickhouse_api/connect_settings.go Lines 47 to 49 in eec85ec |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arman-sydikov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@arman-sydikov
Debug
andDebugf
connection options could be useful:clickhouse-go/examples/clickhouse_api/connect_settings.go
Lines 47 to 49 in eec85ec