File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ as well as `native-tls`-based TLS support.
8585 Primary operations (`query`, `prepare`, `exec`) are instrumented at `INFO` level.
8686 Remaining operations, incl. `get_conn`, are instrumented at `DEBUG` level.
8787 Also at `DEBUG`, the SQL queries and parameters are added to the `query`, `prepare`
88- and `exec` spans.
88+ and `exec` spans. Also some internal queries are instrumented at `TRACE` level.
8989
9090 **Example:**
9191
Original file line number Diff line number Diff line change 8484//! Primary operations (`query`, `prepare`, `exec`) are instrumented at `INFO` level.
8585//! Remaining operations, incl. `get_conn`, are instrumented at `DEBUG` level.
8686//! Also at `DEBUG`, the SQL queries and parameters are added to the `query`, `prepare`
87- //! and `exec` spans.
87+ //! and `exec` spans. Also some internal queries are instrumented at `TRACE` level.
8888//!
8989//! **Example:**
9090//!
You can’t perform that action at this time.
0 commit comments