]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-177: Reduce logging output to catalina.out of authority/vocab term creation.
authorremillet <remillet@yahoo.com>
Wed, 8 Nov 2017 21:36:04 +0000 (13:36 -0800)
committerremillet <remillet@yahoo.com>
Wed, 8 Nov 2017 21:36:04 +0000 (13:36 -0800)
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CSpaceResteasyBootstrap.java

index a8f081ff0a6710427851aa7cfcbe79925a309e23..1f6e319d3b0b753edbdc864d30eabc034d9138ed 100644 (file)
@@ -227,7 +227,7 @@ public class CSpaceResteasyBootstrap extends ResteasyBootstrap {
                        String xmlPayload = client.createAuthorityItemInstance(termShortId, termDisplayName);
                        try {
                                authorityResource.createAuthorityItem(resourceMap, null, authoritySpecifier, xmlPayload);
-                               logger.log(Level.INFO, String.format("Created a new term '%s:%s' in the authority of type '%s' with the short ID of '%s'.",
+                               logger.log(Level.FINE, String.format("Created a new term '%s:%s' in the authority of type '%s' with the short ID of '%s'.",
                                                termDisplayName, termShortId, serviceName, authorityInstance.getTitleRef()));
                        } catch (CSWebApplicationException e) {
                                response = e.getResponse();