Remove delayedjob info from log
This commit is contained in:
parent
d575de04eb
commit
3fc7f9f884
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Rails.application.configure do
|
|||
# config.force_ssl = true
|
||||
|
||||
# Set to :debug to see everything in the log.
|
||||
config.log_level = :debug
|
||||
config.log_level = :info
|
||||
|
||||
# Prepend all log lines with the following tags.
|
||||
# config.log_tags = [ :subdomain, :uuid ]
|
||||
|
|
Loading…
Reference in a new issue