We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0319fc9 commit 0ce7e3cCopy full SHA for 0ce7e3c
app/middleware/app_logger/new.go
@@ -61,7 +61,7 @@ func New() fiber.Handler {
61
"log_id", c.Locals("log_id").(string),
62
"user_id", user_id,
63
"route", c.Path(),
64
- "ip_address", c.IP(),
+ "ip_address", c.IPs(),
65
"request_details", formData,
66
)
67
0 commit comments