lib/stackify/logs_sender.rb in stackify-api-ruby-1.0.14 vs lib/stackify/logs_sender.rb in stackify-api-ruby-1.0.15
- old
+ new
@@ -21,10 +21,10 @@
def send_logs_task attempts = nil, msgs
properties[:attempts] = attempts if attempts
Stackify::ScheduleTask.new properties do
failure_msg = 'LogsSender: tried to send logs'
Stackify.if_not_authorized failure_msg do
- Stackify.internal_log :info, 'LogsSender: trying to send logs to Stackify...'
+ Stackify.internal_log :info, '[LogsSender] trying to send logs to Stackify...'
send_request LOGS_URI, gather_and_pack_data(msgs).to_json
end
end
end