From d0bd27af0574f1b3043de52d1b4d55a2f5123123 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 26 Dec 2024 18:17:36 +0900 Subject: [PATCH] Remove logback.xml ... to make SDaemon send logs to stdout, which is captured by syslog. Change-Id: I58e3992a81601617663863b7cb1c197a02276658 --- devstack/plugin.sh | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 8d0135ba..dc879545 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -187,35 +187,6 @@ function create_base_jre_image { cd - } -function create_logback_xml { - sudo tee /usr/local/lib/storlets/logback.xml </dev/null - - - /tmp/SDaemon.log - - - /srv/logs/application_%d{yyyy-MM-dd}.%i.log - - - 1MB - - - 30 - - - %-4relative [%thread] %-5level %logger{35} - %msg%n - - - - - - - -EOF - sudo chmod 0744 /usr/local/lib/storlets/logback.xml -} - function install_storlets_code { echo "Installing storlets" cd $REPO_DIR @@ -343,9 +314,6 @@ function install_storlets { create_base_jre_image create_default_tenant_image - echo "Create logback xml file" - create_logback_xml - echo "Create test configuration file" create_test_config_file