Skip to content

Commit 76ba87a

Browse files
authored
MAGECLOUD-6422: NewRelic Log Enricher - Reported Performance Degradation (#34)
1 parent 5bca077 commit 76ba87a

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"php": "^7.0",
88
"ext-json": "*",
99
"colinmollenhour/cache-backend-redis": "^1.9",
10-
"colinmollenhour/credis": "^1.6",
11-
"newrelic/monolog-enricher": "^1.0"
10+
"colinmollenhour/credis": "^1.6"
1211
},
1312
"suggest": {
1413
"magento/framework": "*",

etc/di.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@
1717
</arguments>
1818
</type>
1919

20-
<!-- Enable NewRelic Logs in Context -->
21-
<type name="Magento\Framework\Logger\Monolog">
22-
<arguments>
23-
<argument name="handlers" xsi:type="array">
24-
<item name="newRelic" xsi:type="object">NewRelic\Monolog\Enricher\Handler</item>
25-
</argument>
26-
<argument name="processors" xsi:type="array">
27-
<item name="newRelic" xsi:type="object">NewRelic\Monolog\Enricher\Processor</item>
28-
</argument>
29-
</arguments>
30-
</type>
31-
3220
<!-- Log cache invalidation event to separate file -->
3321
<type name="Magento\CloudComponents\Model\Logger\Handler\Debug">
3422
<arguments>

0 commit comments

Comments
 (0)