Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikov committed May 14, 2014
1 parent f6830b3 commit cc5336a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
fluentd-scala
=============

Logback appender to fluentd http://fluentd.org/ based on akka IO


```xml
<configuration>
<appender name="FLUENT" class="eu.inn.fluentd.FluentdAppender">
<tag>my.project</tag>
<remoteHost>localhost</remoteHost>
<port>24224</port>
</appender>

<root level="DEBUG">
<appender-ref ref="FLUENT"/>
</root>
</configuration>
```

0 comments on commit cc5336a

Please sign in to comment.