https://github.com/wcm-io/io.wcm.testing.logging.logback
Default configuration for Logback logging in unit tests.
https://github.com/wcm-io/io.wcm.testing.logging.logback
testing wcm-io
Last synced: 5 months ago
JSON representation
Default configuration for Logback logging in unit tests.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.testing.logging.logback
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-10T13:06:59.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-11-17T23:47:41.000Z (8 months ago)
- Last Synced: 2025-11-18T01:22:06.908Z (8 months ago)
- Topics: testing, wcm-io
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
Testing Log configuration for Logback
======
[](https://github.com/wcm-io/io.wcm.testing.logging.logback/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://repo1.maven.org/maven2/io/wcm/io.wcm.testing.logging.logback/)
Default configuration for Logback logging in unit tests.
Documentation: https://wcm.io/testing/logging/logback/
Issues: https://github.com/wcm-io/io.wcm.testing.logging.logback/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.testing.logging.logback/actions
Commercial support: https://wcm.io/commercial-support.html
## Build from sources
If you want to build wcm.io from sources make sure you have configured all [Maven Repositories](https://wcm.io/maven.html) in your settings.xml.
See [Maven Settings](https://github.com/wcm-io/io.wcm.testing.logging.logback/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```