get some comma seperated resque job logging for method params in hoptoad"
This commit is contained in:
parent
3d6169395f
commit
defeb42721
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ module ResqueJobLogging
|
||||||
:backtrace => error.backtrace,
|
:backtrace => error.backtrace,
|
||||||
:parameters => {
|
:parameters => {
|
||||||
:job_class => self.name,
|
:job_class => self.name,
|
||||||
:arguments => job_arguments.map!{|a| a.to_s[0..30]},
|
:arguments => job_arguments.map!{|a| a.to_s[0..30]}.join(', '),
|
||||||
:controller => "Resque",
|
:controller => "Resque",
|
||||||
:action => self.name
|
:action => self.name
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue