Skip to content
Snippets Groups Projects
Commit 57b33fec authored by Yoan VALLET's avatar Yoan VALLET
Browse files

add debug log for token

parent 909606bb
No related branches found
No related tags found
No related merge requests found
Pipeline #7962 failed
......@@ -497,6 +497,7 @@ func main() {
// Check if AccessToken exist
// Decode the token and retrieve the pce from it
if len(data.AccessToken) > 0 {
log.Debug("Access Token : ", ata.AccessToken)
s := strings.Split(data.AccessToken, ".")
if len(s[1]) > 0 {
log.Debug("Split Access Token : ", s[1])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment