-
-
Notifications
You must be signed in to change notification settings - Fork 668
Open
Description
Motivation
Loving the new tracing feature, however traces include potentially PII info.
I assume these are generated because this value is set to true:
https://github.com/SeaQL/sea-orm/blob/master/src/database/db_connection.rs#L231
Proposed Solutions
Ideally something similar to here:
sea-orm-tracing configuration
let config = TracingConfig::default()
.with_statement_logging(true) // Include SQL in spans (default: false for security)
.with_parameter_logging(false) // Include query parameters (default: false)
Additional Information
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels