Adjust logging levels to reduce verbosity

Changed logging levels from LogInformation to LogDebug in
PdfAttachmentExtractorService and PdfResultPackageService.
This includes logs for PDF conformity levels, ZUGFeRD
Guideline-IDs, saved attachment details, and result report
discovery. These changes aim to reduce log verbosity in
production environments by moving less critical information
to the debug level.
This commit is contained in:
OlgunR
2026-05-29 09:52:05 +02:00
parent 1144c45826
commit 98226f239b
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ public class PdfResultPackageService(
return null;
}
logger.LogInformation(
logger.LogDebug(
"Ergebnisbericht gefunden: '{ReportPath}'.", reportPath);
// 2. Ausgabepfad bestimmen