mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
fix(logging): add flow to persistent logs fields (#3472)
This commit is contained in:
@ -92,7 +92,7 @@ impl Visit for Storage<'_> {
|
||||
}
|
||||
}
|
||||
|
||||
const PERSISTENT_KEYS: [&str; 3] = ["payment_id", "connector_name", "merchant_id"];
|
||||
const PERSISTENT_KEYS: [&str; 4] = ["payment_id", "connector_name", "merchant_id", "flow"];
|
||||
|
||||
impl<S: Subscriber + for<'a> tracing_subscriber::registry::LookupSpan<'a>> Layer<S>
|
||||
for StorageSubscription
|
||||
|
||||
Reference in New Issue
Block a user