diff --git a/config/newrelic.yml b/config/newrelic.yml index f4bb6d6..b0e4b5b 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -41,9 +41,11 @@ common: &default_settings # # It doesn't make sense to report to New Relic from automated test runs. # monitor_mode: false -staging: +uat: <<: *default_settings - app_name: My Application (Staging) + app_name: libr uat production: <<: *default_settings + app_name: Libr prod + log_level: info