We have a pretty big rails application, and I started this output in our unicorn.log:
#: 0xc644248> #: 0xc644248> #: 0xc4f06e4> #: 0xc4f06e4> #: 0xca481b4> #: 0xca481b4> #: 0xc53f604> #: 0xc53f604> #: 0xcd7a60c> #x2> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x> 0x 0xc69fd00> #: 0xc69fd00> #: 0xc560ae8> #: 0xc560ae8>
It seems to me that there is probably some kind of random method Kernel.puts, but I searched for the clock and cannot find it.
Anyone have tips for tracking something like this?
source
share