Skip to content

Commit e6d499b

Browse files
Merge pull request #80 from scholarsportal/Jayanthy-develop-globus-phase2
DAT353 - removed hardcoded credential information
2 parents 5348a16 + d9eaeed commit e6d499b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/edu/harvard/iq/dataverse/api/GlobusApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public Response globus(@PathParam("id") String datasetId,
218218

219219
private void msg(String m) {
220220
//System.out.println(m);
221-
logger.fine(m);
221+
logger.info(m);
222222
}
223223

224224
private void dashes() {

0 commit comments

Comments
 (0)