ardatosun / loadbalancer

Simple Go Load Balancer
MIT License
5 stars 4 forks source link

added loggers for request and response #8

Closed ohyesgocool closed 1 week ago

ohyesgocool commented 1 week ago

Implement structured logging using Logrus

The changes in this PR introduces logging for incoming requests and responses using the Logrus library. The changes enhance monitoring, debugging, and analysis capabilities of load balancer.

Key changes:

New dependencies:

ardatosun commented 1 week ago

Resolved issue #3