Level 88
Why don't you just log the message for yourself?
Log::info(Request::url());
Now you only need to find a good place to do this! You can add it either to the report or render function (or both) in the Handler class which is located in app/Exception/Handler.php