more logging 3
This commit is contained in:
parent
7502ceba9f
commit
04e58f8f73
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue