reports converted to FPDF2 framework. Fully functional

This commit is contained in:
2024-12-16 22:22:43 +09:00
parent ab4e993bcc
commit f3726e5772
21 changed files with 305 additions and 111 deletions

View File

@@ -26,7 +26,7 @@ class DataSyncManager:
# Настройка логирования
self.logger = logging.getLogger(__name__)
self.logger.setLevel(logging.DEBUG)
self.logger.setLevel(logging.WARNING)
handler = logging.FileHandler('data_sync.log')
handler.setLevel(logging.DEBUG)
formatter = logging.Formatter('%(asctime)s - %(levelname)s - %(message)s')