luadocs/content/lua.scripts.api.manual/dtutils.debug/terse_dump.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

453 B

title id weight draft author
terse_dump terse-dump 40 false people

NAME

terse_dump

SYNOPSIS

set darktable.debug.known to shorten all image dumps to a single line

USAGE

local dd = require "lib/dtutils.debug"
dd.terse_dump()

DESCRIPTION

terse_dump sets darktable.debug.known to shorten all images to a single line. If you don't need to debug the content of images, this will avoid them flooding your logs.