diff options
author | David Arthur <mumrah@gmail.com> | 2013-02-22 23:09:25 -0500 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2013-04-02 20:19:30 -0400 |
commit | 2a3d231aa61642c57537bc2128dd4f2bd30f35dd (patch) | |
tree | 6bfdfa13b228481df9c79bcb926c2036b476b891 /test/resources/log4j.properties | |
parent | e87c561723be25fcfa2564030367196231aa366e (diff) | |
download | kafka-python-2a3d231aa61642c57537bc2128dd4f2bd30f35dd.tar.gz |
Protocol and low-level client done, adding tests
Diffstat (limited to 'test/resources/log4j.properties')
-rw-r--r-- | test/resources/log4j.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/resources/log4j.properties b/test/resources/log4j.properties index c4ecd2c..47a817a 100644 --- a/test/resources/log4j.properties +++ b/test/resources/log4j.properties @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -log4j.rootLogger=DEBUG, stdout +log4j.rootLogger=TRACE, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout |