From e4424812add672c9f35d56818f27b704f75a14a4 Mon Sep 17 00:00:00 2001 From: MS Date: Mon, 20 Nov 2023 09:37:59 +0100 Subject: indentation --- manpages/libeufin-nexus.conf.5.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst index 8ec5527a..11830cc5 100644 --- a/manpages/libeufin-nexus.conf.5.rst +++ b/manpages/libeufin-nexus.conf.5.rst @@ -105,10 +105,10 @@ FREQUENCY the value *5m* causes retries to be run every five minutes. SUBMISSIONS_LOG_DIRECTORY - Optional value to define the path where the pain.001 documents would be stored - after a submission. This directory would contain several directories, each named - after the YYYY-MM-DD format. The pain.001 file would then be named in the following - schema: ``$submissionTimestampMicroseconds_requestUid_$requestUid_pain.001.xml``. + Optional value to define the path where the pain.001 documents gets stored *before* + being submitted to the bank. This directory would contain several directories, + each named after the YYYY-MM-DD format. The pain.001 file would then be named in + the following schema: ``$submissionTimestampMicroseconds_requestUid_$requestUid_pain.001.xml``. ``$requestUid`` is the same value that constitutes the pain.001 ``MsgIg`` element. In the event that one log file would be overridden, ``ebics-submit`` fails without overriding it. @@ -128,10 +128,11 @@ FREQUENCY STATEMENT_LOG_DIRECTORY Optional value to define the path where the downloaded documents would be stored - This directory would contain several directories, each named after the YYYY-MM-DD - format. The stored files would then be named in the following schema: - ``$downloadTimestampMicroseconds_$filenameAsGivenByTheBank``. In the event that - one log file would be overridden, ``ebics-fetch`` fails without overriding it. + *before* being ingested in the database. This directory would contain several + directories, each named after the YYYY-MM-DD format. The stored files would then + be named after the following schema: + ``$downloadTimestampMicroseconds_$filenameAsGivenByTheBank``. In case one log file + would be overridden, ``ebics-fetch`` fails without overriding it. Exception to this naming scheme are the HAC responses, since they do not get any filename assigned by the ZIP archive (they are sent unzipped). Their naming scheme is: ``$downloadTimestampMicroseconds_HAC_response.pain.002.xml`` -- cgit v1.2.3