Skip to content

Commit

Permalink
update shields
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Oct 21, 2023
1 parent 8ddbf5d commit c062bc4
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Logback GELF

[![build](https://github.com/osiegmar/logback-gelf/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/osiegmar/logback-gelf/actions/workflows/build.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/975049eb1352478a89bb6d2e9d43e2be)](https://www.codacy.com/gh/osiegmar/logback-gelf/dashboard?utm_source=github.com&utm_medium=referral&utm_content=osiegmar/logback-gelf&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/osiegmar/logback-gelf/branch/master/graph/badge.svg?token=YfDHBxprtb)](https://codecov.io/gh/osiegmar/logback-gelf)
[![build](https://github.com/osiegmar/logback-gelf/actions/workflows/build.yml/badge.svg)](https://github.com/osiegmar/logback-gelf/actions/workflows/build.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/975049eb1352478a89bb6d2e9d43e2be)](https://app.codacy.com/gh/osiegmar/logback-gelf/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![codecov](https://codecov.io/gh/osiegmar/logback-gelf/graph/badge.svg?token=YfDHBxprtb)](https://codecov.io/gh/osiegmar/logback-gelf)
[![javadoc](https://javadoc.io/badge2/de.siegmar/logback-gelf/javadoc.svg)](https://javadoc.io/doc/de.siegmar/logback-gelf)
[![Maven Central](https://img.shields.io/maven-central/v/de.siegmar/logback-gelf.svg)](https://search.maven.org/artifact/de.siegmar/logback-gelf)

[![Maven Central](https://img.shields.io/maven-central/v/de.siegmar/logback-gelf.svg)](https://central.sonatype.com/artifact/de.siegmar/logback-gelf)

Logback appender for sending GELF (Graylog Extended Log Format) messages with zero additional
dependencies.


## Features

- UDP (with chunking)
Expand All @@ -23,13 +21,11 @@ dependencies.
- Forwarding of exception root cause
- No runtime dependencies beside Logback


## Requirements

- Java 11
- Logback 1.4.11


## Examples

Simple UDP configuration:
Expand Down Expand Up @@ -97,7 +93,6 @@ Simple TCP with TLS configuration:

Find more advanced examples in the [examples directory](examples).


## Configuration

### Appender
Expand All @@ -115,7 +110,6 @@ Find more advanced examples in the [examples directory](examples).
* **messageIdSupplier**: The mechanism that supplies unique message ids that are required by the
GELF UDP protocol. Default: `de.siegmar.logbackgelf.MessageIdSupplier`.


`de.siegmar.logbackgelf.GelfTcpAppender`

* **graylogHost**: IP or hostname of graylog server.
Expand Down Expand Up @@ -144,7 +138,6 @@ Find more advanced examples in the [examples directory](examples).
* **insecure**: If true, skip the TLS certificate validation.
You should not use this in production! Default: false.


### Encoder

`de.siegmar.logbackgelf.GelfEncoder`
Expand Down Expand Up @@ -177,7 +170,6 @@ Find more advanced examples in the [examples directory](examples).
* **numbersAsString**: Log numbers as String. Default: false.
* **staticFields**: Additional, static fields to send to graylog. Defaults: none.


## Troubleshooting

If you have any problems, enable the debug mode and check the logs.
Expand Down

0 comments on commit c062bc4

Please sign in to comment.