According to the documentation, the logging service is readily available through the Log facade. However, when attempting to make a call to Log::debug("message"); , an exception stating "A facade root has not been set." is getting tossed.
I'm assuming there's a configuration step I'm missing, but I've double checked that the $app->withFacades(); call is uncommented in my bootstrap/app.php file.
Any help would be greatly appreciated.
Yep. I've followed all the obvious instructions for enabling this (ain't many) but both me and another dev working on the same code base are having the same problem.
Thanks!