Hi,
I am new to rails. We are using rails 3.2 and Ruby 1.9. Till date we are using default ROR logger which logs in a environment specific .log file.
But due to some reasons my seniors have decided to redirect these request to a standalone server. The network people have configured a server with port 514. So if the ip of server is 10.10.1.154 then the server is configured in such a ways that any data posted on this server at port 514 will be stored in a DB.
I need to configure my ROR logs so that they send the data to above server instead of default log file. Can anyone please help me on this?
Thank you in advance for your help.
I am new to rails. We are using rails 3.2 and Ruby 1.9. Till date we are using default ROR logger which logs in a environment specific .log file.
But due to some reasons my seniors have decided to redirect these request to a standalone server. The network people have configured a server with port 514. So if the ip of server is 10.10.1.154 then the server is configured in such a ways that any data posted on this server at port 514 will be stored in a DB.
I need to configure my ROR logs so that they send the data to above server instead of default log file. Can anyone please help me on this?
Thank you in advance for your help.