From e266de2a9f7fc0454fa83c267411a3c5f687e3f2 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 26 Nov 2025 12:54:46 -0500 Subject: [PATCH] 2025-11-26 Fred Gleason * Documented the 'LogDropboxProcessing=' directive in the rd.conf(5) manpage. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ docs/manpages/rd.conf.xml | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) 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. + + + + + + + +