I would like to know without need to enter DEBUG logging level that my prefix-mapping-file is used by the owl2java-transform script, similar way as i get information about mapping-file.
Currently, usage of mapping-file is properly logged using INFO logging level:
[INFO] mapping-file: /home/blcha/projects/kbss/git/s-pipes/s-pipes-forms/src/main/resources/form-ontology/mapping
[INFO] Using mapping file '/home/blcha/projects/kbss/git/s-pipes/s-pipes-forms/src/main/resources/form-ontology/mapping'.
[INFO] Mapping file successfully parsed.
Currently, usage of prefix-mapping-file is however using DEBUG logging level instead:
[INFO] prefix-mapping-file: /home/blcha/projects/kbss/git/s-pipes/s-pipes-forms/src/main/resources/form-ontology/prefixes
[DEBUG] Loading prefix mapping from file '/home/blcha/projects/kbss/git/s-pipes/s-pipes-forms/src/main/resources/form-ontology/prefixes'.
[DEBUG] Resolved prefix map: {http://purl.org/dc/terms/=dcterms, http://www.w3.org/1999/02/22-rdf-syntax-ns#=rdf, http://www.w3.org/2002/07/owl#=owl, http://www.w3.org/2004/02/skos/core#=skos, http://spinrdf.org/sp#=sp, http://www.w3.org/2000/01/rdf-schema#=rdfs, http://spinrdf.org/spin#=spin, http://spinrdf.org/spl#=spl}
I would like to know without need to enter DEBUG logging level that my prefix-mapping-file is used by the owl2java-transform script, similar way as i get information about
mapping-file.Currently, usage of
mapping-fileis properly logged using INFO logging level:Currently, usage of
prefix-mapping-fileis however using DEBUG logging level instead: