papertrail / papertrail-cli

Command-line client for Papertrail hosted syslog & app log management service
http://papertrailapp.com/
MIT License
427 stars 46 forks source link

uninitialized constant Papertrail::VERSION (NameError) #91

Closed erichummel closed 7 years ago

erichummel commented 7 years ago

Howdy, the latest update is causing all runs of the papertrail client to fail with the error in the subject. We're locking our version to 0.10.1 to prevent the issue for now, but thought you all might want to know.

This is our cookbook line for running the client

execute "PAPERTRAIL_API_TOKEN=#{node['remote_syslog2']['papertrail_api_token']} papertrail-add-system --system #{node['hostname']} --destination-port #{node['remote_syslog2']['remoteport']}"

sethherr commented 7 years ago

Thanks for the heads up! Working on it now.

sethherr commented 7 years ago

This has been fixed @erichummel! Thanks for letting us know, sorry about that.