lib/timber/log_devices/http.rb in timber-2.1.0.rc5 vs lib/timber/log_devices/http.rb in timber-2.1.0.rc6

- old
+ new

@@ -10,10 +10,10 @@ module Timber module LogDevices # A highly efficient log device that buffers and delivers log messages over HTTPS to # the Timber API. It uses batches, keep-alive connections, and msgpack to deliver logs with # high-throughput and little overhead. All log preparation and delivery is done asynchronously - # in a thread as not to block application execution and efficient deliver logs for + # in a thread as not to block application execution and efficiently deliver logs for # multi-threaded environments. # # See {#initialize} for options and more details. class HTTP TIMBER_STAGING_URL = "https://logs-staging.timber.io/frames".freeze \ No newline at end of file