mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
refactor(router): added status_code to golden_log_line (#3681)
This commit is contained in:
@ -92,12 +92,13 @@ impl Visit for Storage<'_> {
|
||||
}
|
||||
}
|
||||
|
||||
const PERSISTENT_KEYS: [&str; 5] = [
|
||||
const PERSISTENT_KEYS: [&str; 6] = [
|
||||
"payment_id",
|
||||
"connector_name",
|
||||
"merchant_id",
|
||||
"flow",
|
||||
"payment_method",
|
||||
"status_code",
|
||||
];
|
||||
|
||||
impl<S: Subscriber + for<'a> tracing_subscriber::registry::LookupSpan<'a>> Layer<S>
|
||||
|
||||
Reference in New Issue
Block a user