diff --git a/main.go b/main.go index 8eb35da12c422b41ee8a7f6da2f81a7accd88104..7da6558680679ea097a75886104912b2e957a488 100644 --- a/main.go +++ b/main.go @@ -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])