Skip to content

Commit

Permalink
Clarifies readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 committed Feb 1, 2022
1 parent 6069630 commit 7a235d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Creates Java Util Logging appender that uses RELP to ensure no events are lost.

## Supported passed properties
## Supported system properties
* com.teragrep.jla_04.RelpHandler.LOGGERNAME.hostname
** Stream hostname identifier. Maximum length of 255 characters, limited by RFC5424
* com.teragrep.jla_04.RelpHandler.LOGGERNAME.appname
Expand All @@ -23,7 +23,7 @@ Creates Java Util Logging appender that uses RELP to ensure no events are lost.
* com.teragrep.jla_04.RelpHandler.LOGGERNAME.useStructuredData
** Enables structured data containing uuid and source information

## Supported properties from properties file
## Supported logging.properties file directives
* java.util.logging.RelpHandler.LOGGERNAME.hostname
** Stream hostname identifier. Maximum length of 255 characters, limited by RFC5424
* java.util.logging.RelpHandler.LOGGERNAME.appname
Expand Down

0 comments on commit 7a235d1

Please sign in to comment.