diff --git a/src/main/resources/logback-spring-local.xml b/src/main/resources/logback-spring-local.xml
deleted file mode 100644
index 6a5ea82..0000000
--- a/src/main/resources/logback-spring-local.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
- logback
-
-
-
-
-
-
-
- info
-
-
- ${log_pattern}
- UTF-8
-
-
-
-
-
- ./${log_home}/base-%d{yyyy-MM-dd}-info.%i.log
-
- 200MB
-
- 3
-
-
-
- %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n
- UTF-8
-
-
- info
-
-
-
-
-
- ./${log_home}/base-%d{yyyy-MM-dd}-error.%i.log
-
- 200MB
-
- 3
-
-
-
- %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n
- UTF-8
-
-
- error
-
-
-
-
-
-
- ${logIps}
-
- 5 minutes
-
- 5 seconds
-
- 30 second
-
-
- sleeping
-
- {"host":"${HOSTNAME}", "app_name":"${appName}","plantVersion":"1"}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/logback-spring-s.xml b/src/main/resources/logback-spring-s.xml
deleted file mode 100644
index d13263e..0000000
--- a/src/main/resources/logback-spring-s.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
- ${APP_NAME}
-
-
-
- ${LOG_FILE_PATH}/${APP_NAME}-%d{yyyy-MM-dd}.log
- 30
-
-
- ${FILE_LOG_PATTERN}
-
-
-
-
-
- 120.48.109.209:4560
-
-
-
-
-
-
-
-
\ No newline at end of file