Restored logs for debugging issue
This commit is contained in:
parent
8bbac10f68
commit
78b1bb6639
|
@ -6,6 +6,8 @@ import java.util.List;
|
|||
|
||||
import org.gcube.com.fasterxml.jackson.databind.JsonNode;
|
||||
import org.gcube.com.fasterxml.jackson.databind.node.ArrayNode;
|
||||
import org.gcube.common.authorization.library.provider.AccessTokenProvider;
|
||||
import org.gcube.common.authorization.library.provider.SecurityTokenProvider;
|
||||
import org.gcube.common.authorization.utils.manager.SecretManagerProvider;
|
||||
import org.gcube.gcat.api.configuration.CatalogueConfiguration;
|
||||
import org.gcube.gcat.configuration.CatalogueConfigurationFactory;
|
||||
|
@ -148,6 +150,9 @@ public class SocialPost extends Thread {
|
|||
|
||||
logger.trace("The user is going to send the social post is {}", SecretManagerProvider.instance.get().getUser().getUsername());
|
||||
|
||||
logger.trace("SecurityTokenProvider : {}", SecurityTokenProvider.instance.get());
|
||||
logger.trace("AccessTokenProvider : {}", AccessTokenProvider.instance.get());
|
||||
|
||||
PostClient postClient = new PostClient();
|
||||
PostInputBean postInputBean = new PostInputBean();
|
||||
postInputBean.setEnablenotification(notifyUsers);
|
||||
|
|
Loading…
Reference in New Issue