Skip to content

Commit

Permalink
modify log level
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Nov 16, 2023
1 parent bdd9b9e commit eec538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sbi/consumer/nf_accesstoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func GetTokenCtx(scope, targetNF string) (context.Context, *models.ProblemDetails, error) {
if udm_context.GetSelf().OAuth2Required {
logger.ConsumerLog.Infof("GetToekenCtx")
logger.ConsumerLog.Debugln("GetToekenCtx")
udrSelf := udm_context.GetSelf()
tok, pd, err := oauth.SendAccTokenReq(udrSelf.NfId, models.NfType_UDM, scope, targetNF, udrSelf.NrfUri)
if err != nil {
Expand Down

0 comments on commit eec538e

Please sign in to comment.