mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Bug 1556761 - Stop logging 'Initialize remote settings' all the time r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D33692 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
c7072d92cf
commit
ad6b27eaf9
@ -16,7 +16,7 @@ XPCOMUtils.defineLazyGlobalGetters(this, ["fetch"]);
|
||||
XPCOMUtils.defineLazyGetter(this, "log", () => {
|
||||
const { ConsoleAPI } = ChromeUtils.import("resource://gre/modules/Console.jsm", {});
|
||||
return new ConsoleAPI({
|
||||
maxLogLevel: "info",
|
||||
maxLogLevel: "warn",
|
||||
maxLogLevelPref: "services.settings.loglevel",
|
||||
prefix: "services.settings",
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user