Disable remote logging feature by default (#51312)
* Disable remote logging feature by default * Changelog
This commit is contained in:
parent
9bfa901b62
commit
78f97b4921
|
@ -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',
|
||||
'woocommerce'
|
||||
),
|
||||
'enabled_by_default' => true,
|
||||
'enabled_by_default' => false,
|
||||
'disable_ui' => true,
|
||||
'is_legacy' => false,
|
||||
'is_experimental' => true,
|
||||
|
|
Loading…
Reference in New Issue