more logging 3

This commit is contained in:
Vincent Cloutier 2022-05-08 14:01:02 -04:00
parent 7502ceba9f
commit 04e58f8f73

View file

@ -122,6 +122,7 @@ namespace BirdsiteLive.Domain
var response = await client.SendAsync(httpRequestMessage);
response.EnsureSuccessStatusCode();
_logger.LogInformation("Sent tweet to " + targetHost);
_logger.LogInformation("Tweet content is " + json);
var c = await response.Content.ReadAsStringAsync();
_logger.LogInformation("Got res after posting tweet " + c);