urbanairship / ruby-library

A Ruby wrapper for the Urban Airship API.
Other
200 stars 117 forks source link

Custom log filename and level #105

Closed danielvidal closed 7 years ago

danielvidal commented 7 years ago

Implementation to solve the problem of this issue: https://github.com/urbanairship/ruby-library/issues/96

Using the URBANAIRSHIP_LOG_FILENAME var, it's possible to set the folder as well. Example: URBANAIRSHIP_LOG_FILENAME = 'log/urbanairship.log'

Plus some tests that was missing 🌟

danielvidal commented 7 years ago

It was closed in favor of the #106