An open API service indexing awesome lists of open source software.

https://github.com/technologize/fluency-log4j-appender

log4j appenders based on fluency
https://github.com/technologize/fluency-log4j-appender

aws-s3 fluentd java log4j2

Last synced: about 1 year ago
JSON representation

log4j appenders based on fluency

Awesome Lists containing this project

README

          

# log4j2 appenders for Fluentd, Aws S3

`Minimum Requirements`
| Dependency | Version |
| :------------- | :----------: |
| Java | 8 |
| log4j | 2.11 |

Add `io.github.technologize` to `packages` in log4j's `Configuration`

## Sample log4j config

### Fluentd

`tag`: tag refers to tag of fluentd

```xml

io.github.technologize
fluentd-log4j-appender
1.0.0

```

```xml




yourApplication
Otherfield %X{traceId}












```

### Aws S3

`tag`: tag is the name of the Aws S3 bucket

```xml

io.github.technologize
aws-s3-log4j-appender
1.0.0

```

```xml




yourApplication
Otherfield %X{traceId}










```

Based on [fluency](https://github.com/komamitsu/fluency). Inspired from [log4j-plugin-fluency](https://github.com/wycore/log4j-plugin-fluency)