Incomplete RESTful API for IRC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

logback.xml 388B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration debug="true">
  3. <appender name="lileth" class="ch.qos.logback.classic.net.SocketAppender">
  4. <RemoteHost>localhost</RemoteHost>
  5. <Port>4560</Port>
  6. <ReconnectionDelay>170</ReconnectionDelay>
  7. <IncludeCallerData>true</IncludeCallerData>
  8. </appender>
  9. <root level="trace">
  10. <appender-ref ref="lileth" />
  11. </root>
  12. </configuration>