Skip to content

Commit bf3c50e

Browse files
committed
Debugging
1 parent 151180d commit bf3c50e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.1.1
1+
# 0.1.2
22

33
- [Fix] Using basic auth instead of bearer token
44

src/PipelinesTestLogger/LoggerQueue.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public LoggerQueue(string accessToken, string apiUrl)
2929
Convert.ToBase64String(
3030
ASCIIEncoding.ASCII.GetBytes($":{ accessToken }")));
3131
_apiUrl = apiUrl;
32+
Console.WriteLine($"API URL: {_apiUrl}");
3233
_consumeTask = ConsumeItemsAsync(_consumeTaskCancellationSource.Token);
3334
}
3435

0 commit comments

Comments
 (0)