I have few web servers behind load balancer. Load balancer is separate server and web servers are also located on separate machines. How is it possible to organize maintaining log files from different machines to one place, in one file?
feedback
|
|
You have two options for this, 1) Enable logging on the frontend (load balancing) server, then you'll just get one log file If you go for option 2 make sure all the servers use the same log format | |||
|
feedback
|