From b772dbf6b9996a7ea84af0e37723f384972b8caa Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 19 Feb 2021 15:41:24 -0600 Subject: [PATCH] add logback.xml to saved config files --- configBuilder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configBuilder.sh b/configBuilder.sh index ba7aa6e..1ac726e 100755 --- a/configBuilder.sh +++ b/configBuilder.sh @@ -83,6 +83,7 @@ cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.0-InCommon/conf/ldap.properties ${SHBCFG cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.0-InCommon/conf/metadata-providers.xml ${SHBCFG} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.0-InCommon/conf/attribute-resolver.xml ${SHBCFG} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.0-InCommon/conf/attribute-filter.xml ${SHBCFG} +cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.0-InCommon/conf/logback.xml ${SHBCFG} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.0-InCommon/credentials/inc-md-cert-mdq.pem ${SHBCREDS} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.0-InCommon/credentials/sealer.kver ${SHBCREDS} cp -rf ${TMP_DIR_T}/shib-idp-tomcat-config-master/conf/* ${TOMCFG}