fixed console Log

fix same files problem in python different libs
correct command logging in command handler
This commit is contained in:
Alex Bezdieniezhnykh
2025-06-14 21:01:32 +03:00
parent 09cfcdf61a
commit c0f8dd792d
29 changed files with 74 additions and 87 deletions
@@ -146,7 +146,7 @@ public class SatelliteDownloader(
}
catch (Exception)
{
Console.WriteLine($"Error while loading tile: {tileData}");
logger.LogError($"Error while loading tile: {tileData}");
}
if (token.IsCancellationRequested)
return;