diff --git a/.gitignore b/.gitignore
index eac866d..6cf7a33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ target
test-output/
*.mp4
*.jpg
+spring.log
diff --git a/pom.xml b/pom.xml
index 79f2ec4..ae15218 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.daxiang
agent
- 0.7.2
+ 0.7.3
jar
@@ -19,7 +19,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.0.0.RELEASE
+ 2.1.4.RELEASE
@@ -27,7 +27,7 @@
de.codecentric
spring-boot-admin-starter-client
- 2.0.0
+ 2.1.6
org.springframework.boot
diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties
index c3bc0aa..f376739 100644
--- a/src/main/resources/application-dev.properties
+++ b/src/main/resources/application-dev.properties
@@ -5,10 +5,8 @@ server.address=${ip}
port=10004
server.port=${port}
-#日志的最低输出级别
logging.level.root=info
-#默认情况下,日志文件的大小达到10MB时会切分一次,产生新的日志文件
-#logging.path=d:/agentlog
+logging.path=./
#server地址
server=http://127.0.0.1:8887