Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ervwalter committed Aug 6, 2024
1 parent f64edea commit b841c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cache-updater/BggClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ public async Task<List<GameDetails>> GetGamesAsync(IEnumerable<string> gameIds)
url.SetQueryParam("id", string.Join(",", gameIds), true);

_log.LogInformation(string.Format("...downloading details for {0} games", gameIds.Count()));
_log.LogInformation(url.ToString());
try
{
var data = await DownloadDataAsync(url.ToString());
Expand Down

0 comments on commit b841c32

Please sign in to comment.