Skip to content

Commit

Permalink
Merge branch 'v1.1' of https://github.com/metersphere/server
Browse files Browse the repository at this point in the history
  • Loading branch information
AgAngle committed Jul 30, 2020
2 parents a22827f + f7e5904 commit 0225340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>io.metersphere</groupId>
<artifactId>jmeter-plugins-dubbo</artifactId>
<version>2.7.7</version>
<version>2.7.8</version>
</dependency>

<!-- LDAP Module -->
Expand Down
4 changes: 2 additions & 2 deletions backend/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<appender-ref ref="infoAsyncAppender"/>
</logger>

<logger name="com.alibaba.nacos.naming.client.listener" additivity="false" level="ERROR"/>
<logger name="org.apache.dubbo" additivity="false" level="ERROR"/>
<!-- <logger name="com.alibaba.nacos.naming.client.listener" additivity="false" level="ERROR"/>-->
<!-- <logger name="org.apache.dubbo" additivity="false" level="ERROR"/>-->

</configuration>

0 comments on commit 0225340

Please sign in to comment.