|
1 | 1 | # Java Util Logging RELP Handler |
2 | 2 | [](https://scan.coverity.com/projects/jla_04) |
3 | 3 |
|
4 | | -## Supported properties |
| 4 | +Creates Java Util Logging appender that uses RELP to ensure no events are lost. |
5 | 5 |
|
6 | | -- java.util.logging.RelpHandler.LOGGERNAME.appname |
7 | | -- java.util.logging.RelpHandler.LOGGERNAME.server.address |
8 | | -- java.util.logging.RelpHandler.LOGGERNAME.server.connectionTimeout |
9 | | -- java.util.logging.RelpHandler.LOGGERNAME.server.port |
10 | | -- java.util.logging.RelpHandler.LOGGERNAME.server.readTimeout |
11 | | -- java.util.logging.RelpHandler.LOGGERNAME.server.reconnectInterval |
12 | | -- java.util.logging.RelpHandler.LOGGERNAME.server.writeTimeout |
13 | | -- java.util.logging.RelpHandler.LOGGERNAME.useStructuredData |
| 6 | +## Supported properties |
| 7 | + * java.util.logging.RelpHandler.LOGGERNAME.appname |
| 8 | + ** Stream application identifier. Maximum length of 48 characters, limited by RFC5424 |
| 9 | + * java.util.logging.RelpHandler.LOGGERNAME.server.address |
| 10 | + ** Connection destination address |
| 11 | + * java.util.logging.RelpHandler.LOGGERNAME.server.connectionTimeout |
| 12 | + ** Time to wait before timing out connection |
| 13 | + * java.util.logging.RelpHandler.LOGGERNAME.server.port |
| 14 | + ** Connection destination port |
| 15 | + * java.util.logging.RelpHandler.LOGGERNAME.server.readTimeout |
| 16 | + ** Time to wait for destination to acknowledge sent data (low values cause duplicates) |
| 17 | + * java.util.logging.RelpHandler.LOGGERNAME.server.reconnectInterval |
| 18 | + ** Time to wait between re-connection attempts |
| 19 | + * java.util.logging.RelpHandler.LOGGERNAME.server.writeTimeout |
| 20 | + ** Time to wait for destination to accept data |
| 21 | + * java.util.logging.RelpHandler.LOGGERNAME.useStructuredData |
| 22 | + ** Enables structured data containing uuid and source information |
14 | 23 |
|
15 | 24 | ## Usage |
16 | 25 |
|
|
0 commit comments