Maintenance: Wrong log level (error) for debug line.
This commit is contained in:
parent
7ebd7a731d
commit
e98ebb7b3e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class TicketCreateScreenJob < ApplicationJob
|
||||||
# no data exists
|
# no data exists
|
||||||
next if ticket_create_attributes.blank?
|
next if ticket_create_attributes.blank?
|
||||||
|
|
||||||
Rails.logger.error "push ticket_create for user #{user.id}"
|
Rails.logger.debug { "push ticket_create for user #{user.id}" }
|
||||||
Sessions.send(client_id, {
|
Sessions.send(client_id, {
|
||||||
event: 'ticket_create_attributes',
|
event: 'ticket_create_attributes',
|
||||||
data: ticket_create_attributes,
|
data: ticket_create_attributes,
|
||||||
|
|
Loading…
Reference in a new issue