GoogleCloudPlatform / appengine-ruby

Optional integration library for the Ruby runtime for Google App Engine
Apache License 2.0
53 stars 21 forks source link

Replace logger with stackdriver #1

Closed dazuma closed 7 years ago

dazuma commented 7 years ago

Use of the /var/log/app_engine directory is now discouraged. Rework this to reference the stackdriver gem for logging instead. Also clean out the railtie and env modules to clear the way for future development.