Skip to content

Commit

Permalink
Bug 1556761 - Stop logging 'Initialize remote settings' all the time …
Browse files Browse the repository at this point in the history
…r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D33692

--HG--
extra : moz-landing-system : lando
  • Loading branch information
leplatrem committed Jun 5, 2019
1 parent c7072d9 commit ad6b27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/settings/Utils.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});
Expand Down

0 comments on commit ad6b27e

Please sign in to comment.