Skip to content

Commit

Permalink
removed 100 char limitation on displaying payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Mesquita committed Aug 29, 2012
1 parent a088b5a commit 78a134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/failures/views/failures.slim
Expand Up @@ -14,7 +14,7 @@ h1 Failed Jobs
- @messages.each do |msg|
tr
td= msg['worker']
td= msg['payload']['args'].inspect[0..100]
td= msg['payload']['args'].inspect
td= msg['queue']
td= msg['exception']
td= msg['error']
Expand Down

0 comments on commit 78a134a

Please sign in to comment.