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