diff --git a/src/modules/logging.jsm b/src/modules/logging.jsm index f60332f..3726d47 100644 --- a/src/modules/logging.jsm +++ b/src/modules/logging.jsm @@ -8,7 +8,7 @@ const Cu = Components.utils; Cu.import("resource://gre/modules/Services.jsm"); -const FIRETRAY_LOG_LEVEL = "All"; // "All" for debugging +const FIRETRAY_LOG_LEVEL = "Warn"; // "All" for debugging const COLOR_NORMAL = ""; const COLOR_RESET = "\033[m";