Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyitao committed Jul 20, 2020
1 parent 3ef7484 commit c9caafc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ target
test-output/
*.mp4
*.jpg
spring.log
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.daxiang</groupId>
<artifactId>agent</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -19,15 +19,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.1.4.RELEASE</version>
<relativePath/>
</parent>

<dependencies>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>2.0.0</version>
<version>2.1.6</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9caafc

Please sign in to comment.