Skip to content
Snippets Groups Projects
Commit 2d7f1544 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by morgan
Browse files

fixup! Bug 40926: Implemented the New Identity feature

Bug 42596: Add preferences for log levels.
parent d59634a2
No related branches found
No related tags found
No related merge requests found
......@@ -648,6 +648,7 @@ pref("privacy.query_stripping.strip_on_share.enabled", true);
pref("dom.text-recognition.enabled", false);
// Log levels
pref("browser.new_identity.log_level", "Info");
#ifdef XP_WIN
pref("browser.taskbar.lists.enabled", false);
......
......@@ -8,7 +8,6 @@ ChromeUtils.defineLazyGetter(this, "NewIdentityButton", () => {
// Logger adapted from CustomizableUI.jsm
const logger = (() => {
const consoleOptions = {
maxLogLevel: "Info",
maxLogLevelPref: "browser.new_identity.log_level",
prefix: "NewIdentity",
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment