You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using hamilton in my project to work with msGraph, specifically to create and manage service principals and groups in azure. I am calling this function in my code to retrieve a service principal. it is producing a debug log entry that looks like this ...
2023/05/17 23:53:24 [DEBUG] POST https://login.microsoftonline.com/e2752eb2-38c3-4793-bf6c-b73751ee06ee/oauth2/v2.0/token
my logs look like this now...
The log entry is beautifully formatted but as you can see it is somewhat incongruent. I tried to trace through the code to see where it may happen but could not see it with my layman eyes.
The text was updated successfully, but these errors were encountered:
hamilton/msgraph/serviceprincipals.go
Line 107 in d185bae
I am using hamilton in my project to work with msGraph, specifically to create and manage service principals and groups in azure. I am calling this function in my code to retrieve a service principal. it is producing a debug log entry that looks like this ...
my logs look like this now...
The log entry is beautifully formatted but as you can see it is somewhat incongruent. I tried to trace through the code to see where it may happen but could not see it with my layman eyes.
The text was updated successfully, but these errors were encountered: