From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- toolkit/docs/javascript-logging.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolkit/docs') diff --git a/toolkit/docs/javascript-logging.md b/toolkit/docs/javascript-logging.md index 520a745cfd..ae143c86b6 100644 --- a/toolkit/docs/javascript-logging.md +++ b/toolkit/docs/javascript-logging.md @@ -76,6 +76,9 @@ lazy.logConsole.error("Something bad happened"); lazy.logConsole.debug("foo", 123) ``` +**Note:** Workers are not able to access preferences, and therefore must use +`maxLogLevel` rather than `maxLogLevelPref`. + ### Other Options to console.createInstance `console.createInstance` may be passed other options. See -- cgit v1.2.3