lib/tailog.rb in tailog-0.3.7 vs lib/tailog.rb in tailog-0.4.0

- old
+ new

@@ -1,6 +1,8 @@ require 'tailog/version' +require 'tailog/eval' +require 'tailog/request_id' require 'tailog/watch_methods' require 'tailog/ext/file' require 'sinatra/base' require 'socket' @@ -9,10 +11,10 @@ module Tailog extend Tailog::WatchMethods class << self - attr_accessor :log_path + attr_accessor :log_path, :request_id def server_hostname @server_hostname ||= Socket.gethostname end end