Skip to content

Commit

Permalink
change logging to fine
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Apr 11, 2022
1 parent 7c2fa01 commit 67de235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private void processDDI(ImportType importType, XMLStreamReader xmlr, DatasetDTO

//Include metadataLanguage from an xml:lang attribute if present (null==undefined)
String metadataLanguage= xmlr.getAttributeValue("http://www.w3.org/XML/1998/namespace", "lang");
logger.info("Found metadatalanguage in ddi xml: " + metadataLanguage);
logger.fine("Found metadatalanguage in ddi xml: " + metadataLanguage);
datasetDTO.setMetadataLanguage(metadataLanguage);

// Some DDIs provide an ID in the <codeBook> section.
Expand Down

0 comments on commit 67de235

Please sign in to comment.