File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ # Logback Access for Reactor Netty
2+
3+ [ ![ Build] ( https://github.com/dmitrysulman/logback-access-reactor-netty/actions/workflows/build.yml/badge.svg )] ( https://github.com/dmitrysulman/logback-access-reactor-netty/actions/workflows/build.yml )
14[ ![ codecov] ( https://codecov.io/gh/dmitrysulman/logback-access-reactor-netty/graph/badge.svg?token=LOEJQ7K8Z7 )] ( https://codecov.io/gh/dmitrysulman/logback-access-reactor-netty )
25[ ![ CodeQL] ( https://github.com/dmitrysulman/logback-access-reactor-netty/actions/workflows/codeql.yml/badge.svg )] ( https://github.com/dmitrysulman/logback-access-reactor-netty/actions/workflows/codeql.yml )
3- # Logback Access for Reactor Netty
46
57A library that integrates Logback Access with Reactor Netty HTTP server, providing comprehensive access logging capabilities.
68
@@ -17,6 +19,13 @@ This library serves as a bridge between the Reactor Netty HTTP logging mechanism
1719- Debug mode for troubleshooting
1820- Configurable through system properties or external configuration files
1921
22+ ## Dependencies
23+
24+ - Java 8+
25+ - Logback-access 2.0.6
26+ - Reactor Netty HTTP Server 1.2.6-SNAPSHOT
27+ - SLF4J 2.0.17
28+
2029## Usage
2130
2231### Basic Setup
@@ -45,7 +54,7 @@ ReactorNettyAccessLogFactory factory = new ReactorNettyAccessLogFactory("config.
4554
4655## Author
4756
48- Dmitry Sulman
57+ [ Dmitry Sulman] ( https://www.linkedin.com/in/dmitrysulman/ )
4958
5059## See Also
5160
You can’t perform that action at this time.
0 commit comments