Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mp911de/logcapture
Capture your Java application logs during integration test
https://github.com/mp911de/logcapture
Last synced: 8 days ago
JSON representation
Capture your Java application logs during integration test
- Host: GitHub
- URL: https://github.com/mp911de/logcapture
- Owner: mp911de
- License: mit
- Created: 2014-12-08T10:10:23.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T10:09:00.000Z (over 4 years ago)
- Last Synced: 2024-10-09T08:23:04.333Z (30 days ago)
- Language: Java
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
logcapture
=========================[![Build Status](https://api.travis-ci.org/mp911de/logcapture.svg)](https://travis-ci.org/mp911de/logcapture)
Capture log entries during your integration test and correlate those with you your integration tests.
Supported are log4j and JUL logging.
Configuration
--------------
Using System-Properties, JNDI or Context-Parameters.Keys:
* logcapture-configuration: Store-specific configuration.
* In-Memory-Store: not needed
* Redis: Redis-URL, like redis://(credential@)HOST(:port)(/database)
* logcapture-format-pattern: Log-framework specific format patternAPI
--------------* SOAP API
* REST API (to come)JBoss AS7/Wildfly 8
--------------Grab the final WAR `logcapture-jbossas7x.war` and drop it into your JBoss. Done.
For Redis: Add a system-property `logcapture-configuration` containing a Redis-URI (redis://host:port/database).Including it in your project
--------------Maven:
biz.paluch.logging
logcapture-common
1.0-SNAPSHOT
biz.paluch.logging
logcapture-inmemory
1.0-SNAPSHOT
biz.paluch.logging
logcapture-redis
1.0-SNAPSHOT
biz.paluch.logging
logcapture-soap-api
1.0-SNAPSHOT
biz.paluch.logging
logcapture-client
1.0-SNAPSHOT
Versions/Dependencies
--------------
This project is built against following dependencies/versions:* json-simple 1.1.1
* log4j 1.2.14
* Java Util Logging JDK Version 1.6
* lettuce 3.0.1.FinalLicense
-------
* [The MIT License (MIT)] (http://opensource.org/licenses/MIT)Contributing
-------
Github is for social coding: if you want to write code, I encourage contributions through pull requests from forks of this repository.
Create Github tickets for bugs and new features and comment on the ones that you are interested in.