You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "rtadepalli (via GitHub)" <gi...@apache.org> on 2023/06/09 12:42:53 UTC

[GitHub] [arrow-adbc] rtadepalli commented on issue #492: go/adbc/driver/flightsql: add extra logging

rtadepalli commented on issue #492:
URL: https://github.com/apache/arrow-adbc/issues/492#issuecomment-1584515830

   Task 1 seemed straightforward so I tried to log the headers by registering an interceptor (similar to `unaryTimeoutInterceptor`) while creating the flight client and then it occurred to me -- should this logging happen in the arrow flight client library instead of within `flightsql_adbc.go`? May be easier to get the headers there, but I might be missing something.
   
   Also, there's no logging package present in go.mod, so I am not sure if there is a preference for which package to add or if we should just write to stdout. Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org