gecko-dev/services/common
Mark Hammond 0278934973 Bug 1645729 - avoid printing a warning to the console about a log level's preference. r=rfkelly
Specifically:
> Log warning: The log 'Services.Common.RESTRequest' is configured to use the preference 'services.common.log.logger.rest.request' - you must adjust the level by setting this preference, not by using the level setter

This is because the hawkrequest module attempts to explicitly set the level
from the preference value, but these days Log.jsm manages that itself.

Also skips obtaining the log itself until it's needed, as it almost never
actually is.

Differential Revision: https://phabricator.services.mozilla.com/D79633
2020-06-15 04:51:02 +00:00
..
docs Bug 1636158 - Document how to use attachment dumps in RemoteSettings r=leplatrem 2020-05-22 13:09:50 +00:00
modules-testing
tests Bug 1645729 - avoid printing a warning to the console about a log level's preference. r=rfkelly 2020-06-15 04:51:02 +00:00
async.js
hawkclient.js
hawkrequest.js Bug 1645729 - avoid printing a warning to the console about a log level's preference. r=rfkelly 2020-06-15 04:51:02 +00:00
kinto-http-client.js Bug 1620186 - Fetch from changeset endpoint r=glasserc 2020-04-24 09:15:43 +00:00
kinto-offline-client.js Bug 1617133 - Upgrade kinto-offline-client to v13.0.0 r=glasserc 2020-03-02 14:13:57 +00:00
kinto-storage-adapter.js
logmanager.js
moz.build
observers.js
rest.js
servicesComponents.manifest
tokenserverclient.js Bug 1631830 - Fetch Sync tokens with OAuth behind a pref r=rfkelly 2020-04-28 04:20:55 +00:00
uptake-telemetry.js Bug 1637178 - Distinguish local DB hijacks from sign errors in Uptake Telemetry r=Gijs 2020-05-26 11:20:03 +00:00
utils.js