Skip to content

Commit

Permalink
Updated logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Oct 31, 2024
1 parent 2989d7f commit f11f5e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public async Task RunAsync(
}
catch (Exception e)
{
logger.LogCritical(e, "Failed to send project to queue {Project}", apiProject.ToJson());
logger.LogCritical(e, "Failed to send project to queue {Project}", message.ToJson());
}
}

Expand Down

0 comments on commit f11f5e6

Please sign in to comment.