1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 16:46:11 +02:00
Files
php-monolog/src/Monolog/Processor
dracony cf2faeb3b7 Reduce memory consumption of the debug_backtrace call
Since the code does not need neither the 'object' not 'args' keys from backtrace, we can save some memory by not requesting them.

I have a better idea planned too: first attempt getting the trace with limited back trace (limit to only about 5 results), and get the full one only if those were not enough
2015-09-26 21:53:29 +02:00
..
2015-07-14 10:26:05 +01:00
2015-08-24 14:50:30 -07:00
2014-10-17 19:12:45 +01:00