logger
logger copied to clipboard
All you need to log with Bref on AWS Lambda.
The current process to stringify exceptions does not produce the same output as if the exception would not have been catched. Especially the lack of parent exceptions makes it very...
Here are some notes about logging with the AWS request ID. ## The goal Be able to see all logs of a single invocation. How? By filtering using the "request...
I'm guessing that there is no mechanism for dynamically setting/resetting the log levels post runtime, and can only set this via code when newing up an instance of the logger?
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...