Skip to content

Commit cc11c1c

Browse files
committed
tools/script_manager - set log level to warn instead of debug
1 parent fba639e commit cc11c1c

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
@@ -89,7 +89,7 @@ local MIN_BUTTONS_PER_PAGE <const> = 5
8989
local MAX_BUTTONS_PER_PAGE <const> = 20
9090
local DEFAULT_BUTTONS_PER_PAGE <const> = 10
9191

92-
local DEFAULT_LOG_LEVEL <const> = log.debug
92+
local DEFAULT_LOG_LEVEL <const> = log.warn
9393

9494
local LUA_DIR <const> = dt.configuration.config_dir .. PS .. "lua"
9595
local LUA_SCRIPT_REPO <const> = "https://github.com/darktable-org/lua-scripts.git"

0 commit comments

Comments
 (0)