Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 718 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 718 Bytes

fluentd-scala

Travis CI

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

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

Available on Maven Central. Settings for SBT:

libraryDependencies += "eu.inn" %% "fluentd-scala" % "0.2.4"

Release new version

sbt +publishSigned sonatypeRelease