Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logging for IP address in HTTP requests to API #2

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

mustafa-ans
Copy link
Contributor

This pull request adds logging functionality to capture the IP address of the client making an HTTP request to the API. The log_request_ip function is introduced to log the IP address, and it is integrated into the request handling pipeline using the axum::middleware::from_fn middleware. This enhancement will provide valuable information for monitoring and troubleshooting purposes.

@mustafa-ans mustafa-ans merged commit 123583c into main_prod Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant