turntabler icon indicating copy to clipboard operation
turntabler copied to clipboard

How to properly disable logger output

Open StephanieSunshine opened this issue 11 years ago • 0 comments

How can I disable logger or at least truncate what it's saying. At round end of some rounds the bots are dieing because of recursion i'm assuming it's from something like pp trying to show too much data at once via logger.

em-synchrony.rb:29: stack level too deep (SystemStackError)

The message from logger right before it:

D, [2013-08-08T05:24:20.269321 #10074] DEBUG -- : Message received: {$x}

Where $x was over 21,767 characters long!

StephanieSunshine avatar Aug 08 '13 12:08 StephanieSunshine