newrelic: fix crash during bootup caused by Rails.logger.
Using `Rails.logger` here causes server boot to fail with a `Undefined method 'tagged'` error, possibly because `Rails.logger` isn't ready yet during early initialization.
This commit is contained in:
@@ -295,7 +295,7 @@ GEM
|
||||
net-sftp (3.0.0)
|
||||
net-ssh (>= 5.0.0, < 7.0.0)
|
||||
net-ssh (6.1.0)
|
||||
newrelic_rpm (7.1.0)
|
||||
newrelic_rpm (7.2.0)
|
||||
nio4r (2.5.7)
|
||||
nokogiri (1.11.7)
|
||||
mini_portile2 (~> 2.5.0)
|
||||
|
||||
Reference in New Issue
Block a user