Closed
Description
General Information
GeocoderLaravel Version: any
Laravel Version: 5.6
PHP Version: any
Operating System and Version: any
Issue Description
I would like to log Exceptions during geocoding but don't know how to configure my logger. I already asked how to use the logger in Geocoder package and got an answer: geocoder-php/Geocoder#901 (comment). What is missing is any kind of configuration to use the Laravel Logger
Steps to Replicate
- Do a geocoding which will throw an exception (for example invalid API key)
- In many places the internal logger interface is called like
$this->log()
- Write this log message to a file