ruby - how do I stop duplicate log lines when using log_buddy? -
i using log_buddy
ruby gem. however, getting duplicates in console , in log-manager:
last_response going cache: d, [2015-05-29t16:59:37.612481 #632] debug -- : last_response going cache:
the code appears looks this:
d "last_response going cache:" d {last_response}
how stop duplicates?
Comments
Post a Comment