mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	refactor(router): added payment_method to golden log line (#3620)
This commit is contained in:
		| @ -92,7 +92,13 @@ impl Visit for Storage<'_> { | ||||
|     } | ||||
| } | ||||
|  | ||||
| const PERSISTENT_KEYS: [&str; 4] = ["payment_id", "connector_name", "merchant_id", "flow"]; | ||||
| const PERSISTENT_KEYS: [&str; 5] = [ | ||||
|     "payment_id", | ||||
|     "connector_name", | ||||
|     "merchant_id", | ||||
|     "flow", | ||||
|     "payment_method", | ||||
| ]; | ||||
|  | ||||
| impl<S: Subscriber + for<'a> tracing_subscriber::registry::LookupSpan<'a>> Layer<S> | ||||
|     for StorageSubscription | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sahkal Poddar
					Sahkal Poddar