Skip to content

Commit

Permalink
Increase the debug level to info for the reponse from osti.
Browse files Browse the repository at this point in the history
  • Loading branch information
taojing2002 committed Feb 16, 2022
1 parent f5fd654 commit 724104c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public void setMetadata(String doi, String doiPrefix, String metadataXML) throws
log.info("OSTIElinkService.setMetadata - the new xml metadata with the osti id " + ostiId +
" for the doi identifier " + doi + " is:\n" + newMetadataXML);
byte[] reponse = sendRequest(POST, baseURL, newMetadataXML);
log.debug("OSTIElinkService.setMetadata - the response from the OSTI service is:\n " + new String(reponse));
log.info("OSTIElinkService.setMetadata - the response from the OSTI service is:\n " + new String(reponse));
Document doc = null;
String status = null;
try {
Expand Down

0 comments on commit 724104c

Please sign in to comment.