Skip to content

Commit

Permalink
Merge pull request #1338 from DevBetterCom/ShadyNagy/log-added-vimeo-…
Browse files Browse the repository at this point in the history
…info

More info
  • Loading branch information
ShadyNagy authored Dec 20, 2024
2 parents c13c675 + f744dcb commit f5dae34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DevBetterWeb.Core/Services/CreateVideoService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public async Task<string> StartAsync(string videoName, long videoSize, string do
HideFromVimeo = true
};
var responseSessionId = await _uploadVideoTusService.StartAsync(uploadVideoRequest, cancellationToken);
//TODO: Remove this
_logger.LogInformation($"Error Vimeo: {responseSessionId.Json}");
if (!responseSessionId.IsSuccess || string.IsNullOrEmpty(responseSessionId.Data))
{
_logger.LogError(new Exception(responseSessionId.Exception?.Message), responseSessionId.Json);
Expand Down

0 comments on commit f5dae34

Please sign in to comment.