File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 7
7
"php" : " ^7.0" ,
8
8
"ext-json" : " *" ,
9
9
"colinmollenhour/cache-backend-redis" : " ^1.9" ,
10
- "colinmollenhour/credis" : " ^1.6" ,
11
- "newrelic/monolog-enricher" : " ^1.0"
10
+ "colinmollenhour/credis" : " ^1.6"
12
11
},
13
12
"suggest" : {
14
13
"magento/framework" : " *" ,
Original file line number Diff line number Diff line change 17
17
</arguments >
18
18
</type >
19
19
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
-
32
20
<!-- Log cache invalidation event to separate file -->
33
21
<type name =" Magento\CloudComponents\Model\Logger\Handler\Debug" >
34
22
<arguments >
You can’t perform that action at this time.
0 commit comments