commit | cf00aaa94878184b0582fb52a276980908feed79 | [log] [tgz] |
---|---|---|
author | Ram Koya <rk541m@att.com> | Tue Jul 24 16:41:42 2018 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Tue Jul 24 16:41:42 2018 +0000 |
tree | 2d83471830314bd927468b7dcafcd1c203b9789a | |
parent | edeee1d6e9fd857c8fb9b8622633fee43efb00e2 [diff] | |
parent | 3adbaf77da6c0834e38f971f8ca684862eefa929 [diff] |
Merge "Use try-with-resources"
To configure a MR Log4J appender the following parameters are available:
(R) Topic [String] - The topic which you wish to publish your log messages to (R) Partition [String]- The partition within the Topic that you wish you publish your log messages to (R) Hosts [String]- A comma separated string containing the MR API server nodes you wish to connect to (O) MaxBatchSize [Integer] - The maximum size of the batch of log messages. When the batch grows larger than this, the messages are flushed to the topic/partition. (O) MaxAgeMs [Integer] - The maximum age in milliseconds of the batch. When the batch age is older than this, the messages are flushed to the topic/partition. (O) Compress [Boolean] - Indicates whether you would like your messages compressed or not.
An example can be found in ./src/main/resources/log4j.xml