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
Hi, I currently want to disable logging of some specific queries, while still enabling the others. However, it seems that bun currently only supports two modes: logging all or only logging failed queries
It would be great if bun supported this feature in detail down to the specific query. If anyone has a solution to this problem, please share it with me, thanks.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had activity in the last 30 days. If there is no update within the next 7 days, this issue will be closed.
Hi, I currently want to disable logging of some specific queries, while still enabling the others. However, it seems that bun currently only supports two modes: logging all or only logging failed queries
Example according to document: https://bun.uptrace.dev/guide/debugging.html
It would be great if bun supported this feature in detail down to the specific query. If anyone has a solution to this problem, please share it with me, thanks.
The text was updated successfully, but these errors were encountered: