Disable remote logging feature by default (#51312)

* Disable remote logging feature by default

* Changelog
This commit is contained in:
Ilyas Foo 2024-09-12 18:12:29 +08:00 committed by GitHub
parent 56c04f2bfb
commit 7eb31840e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Disable remote logging feature by default

View File

@ -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,