I want to log the IP address of incoming requests to my GlassFish's log. After doing some research, I found out how. But the problem here is that I learned how to log it in the access-log file. Is there any way to log the IP address in the server.log file?!
Asked
Active
Viewed 557 times
0
-
Do you want to log from inside of an application or do you want to log every request arriving at your GlassFish instance? – unwichtich Jun 12 '14 at 09:01
-
I want to log for every request. – SHA33 Jun 12 '14 at 09:05