Skip to content

Commit a6d5001

Browse files
committed
[script_manager] set logging to error
1 parent 6af180a commit a6d5001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/script_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ local MIN_BUTTONS_PER_PAGE = 5
8787
local MAX_BUTTONS_PER_PAGE = 20
8888
local DEFAULT_BUTTONS_PER_PAGE = 10
8989

90-
local DEFAULT_LOG_LEVEL = log.debug
90+
local DEFAULT_LOG_LEVEL = log.error
9191

9292
local LUA_DIR = dt.configuration.config_dir .. PS .. "lua"
9393
local LUA_SCRIPT_REPO = "https://github.com/darktable-org/lua-scripts.git"

0 commit comments

Comments
 (0)