shpasser / GaeSupportL5

Google App Engine Support package for Laravel 5
MIT License
160 stars 27 forks source link

Adapt to Laravels log handler env variable #37

Closed cedricziel closed 8 years ago

cedricziel commented 8 years ago

In laravel/laravel@8476df5c9eeb1489db64f7aa3456b38ae74d090d the environment variable APP_LOG was introduced.

GaeSupport can now simply adapt it as the replacement is broken as well.

shpasser commented 8 years ago

Thanks. I'm going to reformat and rearrange the Configurator class and incorporate the suggested changes very soon.

shpasser commented 8 years ago

As well I will have to update the tests.

shpasser commented 8 years ago

Please update to version 1.4.9.

cedricziel commented 8 years ago

Thx :)

shpasser commented 8 years ago

Shortly after the update the following issue arrived #39. It seems that it is not that simple as we thought. I will have to make a change to bring back setLogHandler(), but the env variable name will sill be APP_LOG.