-
I am trying to implement logging in my app and it would help if I could somehow get the DB logs written by Drift... I write my own logs as well and save it in the DB so the customer can send these logs to me in case something wrong happens... |
Beta Was this translation helpful? Give feedback.
Answered by
simolus3
Sep 5, 2022
Replies: 1 comment 7 replies
-
The easiest way to do this is to override |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
madsane29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest way to do this is to override
driftRuntimeOptions.debugPrint
with your custom logging function.