Skip to content

Commit

Permalink
remove rabbitmq log config
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Mar 8, 2016
1 parent b0e588d commit 8bd33bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
20 changes: 0 additions & 20 deletions disconf-web/profile/rd/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,6 @@
</encoder>
</appender>

<appender name="AMQP" class="org.springframework.amqp.rabbit.logback.AmqpAppender">
<layout>
<pattern>%X{sessionId} %date [%thread] %-5level %logger{80} - %msg%n</pattern>
</layout>

<host>${host}</host>
<port>${port}</port>
<username>${username}</username>
<password>${password}</password>
<routingKeyPattern>${routingKeyPattern}</routingKeyPattern>
<exchangeName>${exchangeName}</exchangeName>

<declareExchange>true</declareExchange>
<generateId>true</generateId>
<charset>UTF-8</charset>
<durable>true</durable>
<deliveryMode>PERSISTENT</deliveryMode>
</appender>

<logger name="com.baidu.disconf.web.tasks">
<level value="INFO"/>
<appender-ref ref="monitorlog"/>
Expand All @@ -87,7 +68,6 @@
<level value="INFO"/>
<appender-ref ref="stdout"/>
<appender-ref ref="logfile"/>
<appender-ref ref="AMQP"/>
</root>

</configuration>
Expand Down
8 changes: 0 additions & 8 deletions disconf-web/profile/rd/rabbit.properties

This file was deleted.

0 comments on commit 8bd33bb

Please sign in to comment.