Skip to content

Commit 29895ca

Browse files
committed
Update README.md
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent 904da30 commit 29895ca

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

57
A 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

0 commit comments

Comments
 (0)