diff --git a/ChangeLog b/ChangeLog index 8634f332..ce394025 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25076,3 +25076,6 @@ 2025-11-26 Fred Gleason * Fixed a bug in 'RDCart::updateLength()' that could throw a SQL error. +2025-11-26 Fred Gleason + * Documented the 'LogDropboxProcessing=' directive in the rd.conf(5) + manpage. diff --git a/docs/manpages/rd.conf.xml b/docs/manpages/rd.conf.xml index 56af1d01..35a23491 100644 --- a/docs/manpages/rd.conf.xml +++ b/docs/manpages/rd.conf.xml @@ -971,6 +971,31 @@ + + + + + + + LogDropboxProcessing = dropbox-id-1[,dropbox-id-2][...] + + + + Log the internal processing steps used by + rdimport1 when + processing the specified dropbox instances. Takes a + comma-delimited list of dropbox IDs, which can be found in + the ID column of the dropbox + list in RDAdmin->ManageHosts->[hostname]->Dropboxes. The log + messages are sent at DEBUG priority level. + + + + + + + +