mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-06-11 15:18:14 -05:00
Open-sourcing Tweetypie
Tweetypie is the core Tweet service that handles the reading and writing of Tweet data.
This commit is contained in:
12
tweetypie/server/config/logging/logback-without-loglens.xml
Normal file
12
tweetypie/server/config/logging/logback-without-loglens.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration debug="false">
|
||||
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
|
||||
<resetJUL>true</resetJUL>
|
||||
</contextListener>
|
||||
|
||||
<include resource="logging/logback-all-include.xml" />
|
||||
|
||||
<root level="INFO">
|
||||
<appender-ref ref="ALL" />
|
||||
</root>
|
||||
</configuration>
|
Reference in New Issue
Block a user