logger
logger copied to clipboard
Error Log Causes Out of Memory Exception
I implemented this in a simple test file very simply like this: $logger->error($message);
No matter what I bump up the memory limit to, i still get this fatal error (even if it's 2GB)
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes)
I reviewed the class in the library and can't see anything different about how ->error is called vs ->warning or ->info.
Appreciate any insight/thoughts on this.