i made a distribuited real-time system in RoR, it's compose by 2 machine.
PC A: take images from a Camera and send these to the second PC. So this machine send every second an http request with the image in the params. PC B - the server: save the image in a database.
My problem is that the log file become too big because log even the params string. How can i set the logger to truncate the params? or simply remove it?
sorry for my bad english..... i hope that someone can help me. Bye Davide Lentini.