Enhance MyTischtennis fetch logging in AutoFetchMatchResultsService and AutoUpdateRatingsService. Integrate logging for match results and league table fetch attempts, including success status and execution details. Update updateRatings method to utilize memberService for fetching ratings, improving error handling and logging consistency. Update .gitignore to exclude backend log files.

This commit is contained in:
Torsten Schulz (local)
2025-10-16 18:53:28 +02:00
parent 32f06d7399
commit e0d56ddadd
3 changed files with 88 additions and 18 deletions

2
.gitignore vendored
View File

@@ -6,3 +6,5 @@ frontend/.env
backend/.env
backend/images/*
backend/backend-debug.log
backend/*.log