Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 21b64fe

Browse files
author
dscott
committed
Fixed README to correct name of variable
1 parent 3abca00 commit 21b64fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ will be the name of the thread. Defaults to false;
7070
changed from 0.9.5 -> 0.9.6. Allowed values = 0.9.5 and 0.9.6. Defaults to "0.9.6"
7171
* **chunkThreshold**: The maximum number of bytes allowed by the payload before the message should be chunked into
7272
smaller packets. Defaults to 1000
73-
* **sendinghost** The hostname of the sending host. Defaults to getLocalHostName()
73+
* **hostName** The hostname of the sending host. Defaults to getLocalHostName()
7474
* **useMarker**: If true, and the user has used an slf4j marker (http://slf4j.org/api/org/slf4j/Marker.html) in their
7575
log message by using one of the marker-overloaded log methods (http://slf4j.org/api/org/slf4j/Logger.html), then the
7676
marker.toString() will be added to the gelf message as the field "_marker". Defaults to false;

0 commit comments

Comments
 (0)