Bump logster to v 2.1.2 (#7052)

This commit is contained in:
Osama Sayegh 2019-02-21 18:59:33 +03:00 committed by GitHub
parent 74ed72e825
commit f86ca5631a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -186,7 +186,7 @@ GEM
logstash-event (1.2.02) logstash-event (1.2.02)
logstash-logger (0.26.1) logstash-logger (0.26.1)
logstash-event (~> 1.2) logstash-event (~> 1.2)
logster (2.1.1) logster (2.1.2)
loofah (2.2.3) loofah (2.2.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)

View File

@ -69,6 +69,7 @@ if Rails.env.production?
# scopes for the enums # scopes for the enums
/^Creating scope :open\. Overwriting existing method Poll\.open\./, /^Creating scope :open\. Overwriting existing method Poll\.open\./,
] ]
Logster.config.env_expandable_keys.push(:hostname, :problem_db)
end end
# middleware that logs errors sits before multisite # middleware that logs errors sits before multisite