mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix(logging): fix missing fields in consolidated log line (#3684)
This commit is contained in:
		| @ -143,7 +143,7 @@ where | ||||
|         Box::pin( | ||||
|             async move { | ||||
|                 let response = response_fut.await; | ||||
|                 logger::info!(golden_log_line = true); | ||||
|                 router_env::tracing::Span::current().record("golden_log_line", true); | ||||
|                 response | ||||
|             } | ||||
|             .instrument( | ||||
| @ -153,7 +153,8 @@ where | ||||
|                     merchant_id = Empty, | ||||
|                     connector_name = Empty, | ||||
|                     payment_method = Empty, | ||||
|                     flow = "UNKNOWN" | ||||
|                     flow = "UNKNOWN", | ||||
|                     golden_log_line = Empty | ||||
|                 ) | ||||
|                 .or_current(), | ||||
|             ), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sampras Lopes
					Sampras Lopes