Project

General

Profile

How to add custom log messages?

Added by nick cuneo over 12 years ago

I was hoping to get more information out of the logging, I've changed my logging capability to debug but was thinking about modifying the code to output more things to the log, however I was having trouble determining where in the code the logging is happening. I'm a total newbie to ruby, but code is code so if I could find where it was happening I'm sure I can emulate enough to make it output what I want without breaking too much. Ideally, I'm trying to track down some slowness in exporting csv files, and wanted to add some timing stuff to see where the slowness is actually happening.

If anyone has any ideas or can push me in the right direction, it would be appreciated.