Skip to main content

2 docs tagged with "disable-firefox-telemetry-logs"

View all tags

Disable Firefox telemetry log output

This script adjusts the "toolkit.telemetry.log.dump" setting to its most restricted value. This preference controls whether to dump telemetry log messages to "stdout".

Minimize Firefox telemetry logging verbosity

This script sets the "toolkit.telemetry.log.level" preference to the least verbosity to minimize logs. This preference adjusts the telemetry logging verbosity as per "Log.jsm". By default, logging is restricted to the console service. It displays telemetry information in the browser console and can be used to monitor telemetry activity in the JavaScript console. This process is also referred to as telemetry tracing. The output can be accessed via the DevTools console, navigable through the menu ...