We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba639e commit cc11c1cCopy full SHA for cc11c1c
tools/script_manager.lua
@@ -89,7 +89,7 @@ local MIN_BUTTONS_PER_PAGE <const> = 5
89
local MAX_BUTTONS_PER_PAGE <const> = 20
90
local DEFAULT_BUTTONS_PER_PAGE <const> = 10
91
92
-local DEFAULT_LOG_LEVEL <const> = log.debug
+local DEFAULT_LOG_LEVEL <const> = log.warn
93
94
local LUA_DIR <const> = dt.configuration.config_dir .. PS .. "lua"
95
local LUA_SCRIPT_REPO <const> = "https://github.com/darktable-org/lua-scripts.git"
0 commit comments