Skip to content
Snippets Groups Projects
Commit c7113ccd authored by bourgesl's avatar bourgesl
Browse files

Added schema version in logs

parent 6793c426
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ package fr.osug; ...@@ -5,6 +5,7 @@ package fr.osug;
import ch.qos.logback.classic.Level; import ch.qos.logback.classic.Level;
import fr.osug.doi.AbstractPipeline; import fr.osug.doi.AbstractPipeline;
import fr.osug.doi.Const;
import fr.osug.doi.DOIConfig; import fr.osug.doi.DOIConfig;
import fr.osug.doi.GeneratePipeline; import fr.osug.doi.GeneratePipeline;
import fr.osug.doi.Paths; import fr.osug.doi.Paths;
...@@ -65,9 +66,11 @@ public class DOIApplication { ...@@ -65,9 +66,11 @@ public class DOIApplication {
logger.info("Default Charset=" + Charset.defaultCharset()); logger.info("Default Charset=" + Charset.defaultCharset());
// mail throw IllegalStateException: // may throw IllegalStateException:
final String basePath = Paths.DIR_BASE; final String basePath = Paths.DIR_BASE;
logger.info("Base Path=" + basePath); logger.info("Base Path=" + basePath);
logger.info("Datacite Schema version: " + Const.SCHEMA_VERSION);
} }
@PreDestroy @PreDestroy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment