From ace5a89bdf60d302655d6c6deb3e496f8c204dfb Mon Sep 17 00:00:00 2001 From: remillet Date: Wed, 8 Nov 2017 13:36:04 -0800 Subject: [PATCH] DRYD-177: Reduce logging output to catalina.out of authority/vocab term creation. --- .../collectionspace/services/jaxrs/CSpaceResteasyBootstrap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CSpaceResteasyBootstrap.java b/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CSpaceResteasyBootstrap.java index a8f081ff0..1f6e319d3 100644 --- a/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CSpaceResteasyBootstrap.java +++ b/services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CSpaceResteasyBootstrap.java @@ -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(); -- 2.47.3