fix(logging): add flow to persistent logs fields (#3472)

This commit is contained in:
Sampras Lopes
2024-01-30 16:25:11 +05:30
committed by GitHub
parent bec4f2a24e
commit ac491038b1
2 changed files with 4 additions and 3 deletions

View File

@ -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