mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(logging): add a logging middleware to log all api requests (#3437)
This commit is contained in:
		| @ -267,5 +267,6 @@ pub fn get_application_builder( | ||||
|         .wrap(middleware::default_response_headers()) | ||||
|         .wrap(middleware::RequestId) | ||||
|         .wrap(cors::cors()) | ||||
|         .wrap(middleware::LogSpanInitializer) | ||||
|         .wrap(router_env::tracing_actix_web::TracingLogger::default()) | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sampras Lopes
					Sampras Lopes