Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit cc5336a

Browse files
committed
Create README.md
1 parent f6830b3 commit cc5336a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
fluentd-scala
2+
=============
3+
4+
Logback appender to fluentd http://fluentd.org/ based on akka IO
5+
6+
7+
```xml
8+
<configuration>
9+
<appender name="FLUENT" class="eu.inn.fluentd.FluentdAppender">
10+
<tag>my.project</tag>
11+
<remoteHost>localhost</remoteHost>
12+
<port>24224</port>
13+
</appender>
14+
15+
<root level="DEBUG">
16+
<appender-ref ref="FLUENT"/>
17+
</root>
18+
</configuration>
19+
```

0 commit comments

Comments
 (0)