Skip to content

Commit

Permalink
get workflow_name VALUE into logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Mar 29, 2020
1 parent f7e209e commit 67c6e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lyber_core/robot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def workflow_service
def work(druid, context)
Honeybadger.context(druid: druid, process: process, workflow_name: workflow_name) if defined? Honeybadger
workflow = workflow(druid)
LyberCore::Log.set_logfile($stdout) # let process manager(bluepill) handle logging
LyberCore::Log.info "#{druid} processing #{process} (#workflow_name)"
LyberCore::Log.set_logfile($stdout) # let process manager handle logging
LyberCore::Log.info "#{druid} processing #{process} (#{workflow_name})"
return if check_queued_status && !item_queued?(druid)

# this is the default note to pass back to workflow service,
Expand Down

0 comments on commit 67c6e5e

Please sign in to comment.