test.rb in logdna-1.0.9 vs test.rb in logdna-1.1.0
- old
+ new
@@ -1,12 +1,12 @@
require 'require_all'
require_all 'lib'
-options = {hostname: "new", meta:{:once => {:first => "nested1", :another => "nested2"}}}
+options = {hostname: "new_ruby", meta:{:once => {:first => "nested1", :another => "nested2"}}}
-logger1 = Logdna::Ruby.new('You API KEY', options)
+logger1 = Logdna::Ruby.new('Your API KEY', options)
logger1.log('This is the start of test')
logger1.env = 'STAGING'
logger1.app = 'HELLO'
logger1.warn('Warn message with Staging and Hello')