Disable remote logging feature by default (#51312)
* Disable remote logging feature by default * Changelog
This commit is contained in:
parent
56c04f2bfb
commit
7eb31840e7
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: tweak
|
||||||
|
|
||||||
|
Disable remote logging feature by default
|
|
@ -241,7 +241,7 @@ class FeaturesController {
|
||||||
'Enable this feature to log errors and related data to Automattic servers for debugging purposes and to improve WooCommerce',
|
'Enable this feature to log errors and related data to Automattic servers for debugging purposes and to improve WooCommerce',
|
||||||
'woocommerce'
|
'woocommerce'
|
||||||
),
|
),
|
||||||
'enabled_by_default' => true,
|
'enabled_by_default' => false,
|
||||||
'disable_ui' => true,
|
'disable_ui' => true,
|
||||||
'is_legacy' => false,
|
'is_legacy' => false,
|
||||||
'is_experimental' => true,
|
'is_experimental' => true,
|
||||||
|
|
Loading…
Reference in New Issue