You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm more than a baby on Laravel/PHP but I am required to log on Cloudwatch from my Laravel application.
I have successfully logged on Cloudwatch using the "Basic usage" sample and adding "$handler->close()".
Now I am trying to configure Monolog and Laravel correctly using this example. Unfortunately it does not seem to log. Could anyone explain to me when the "$handler->close()" is supposed to happen?
Thank you,
Denis
The text was updated successfully, but these errors were encountered:
Hello,
First of all thank you for this nice library.
I'm more than a baby on Laravel/PHP but I am required to log on Cloudwatch from my Laravel application.
I have successfully logged on Cloudwatch using the "Basic usage" sample and adding "$handler->close()".
Now I am trying to configure Monolog and Laravel correctly using this example. Unfortunately it does not seem to log. Could anyone explain to me when the "$handler->close()" is supposed to happen?
Thank you,
Denis
The text was updated successfully, but these errors were encountered: