logger icon indicating copy to clipboard operation
logger copied to clipboard

Error Log Causes Out of Memory Exception

Open eroltoker opened this issue 1 year ago • 0 comments

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.

eroltoker avatar May 17 '24 02:05 eroltoker