Skip to content

Commit 560f8a3

Browse files
committed
Added info about support https in gelf http input
1 parent 9b5b46a commit 560f8a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ asyncio.run(main(message))
5959
- ```gelf_version``` Optional | GELF spec version (default: 1.1)
6060
- ```level``` Optional | The level equal to the standard syslog levels (default: 1);
6161
- ```scheme``` Optional | HTTP Scheme <i>for GELF HTTP input only</i> (default: http);
62+
- ```tls``` Path to custom (self-signed) certificate in pem format <i>for GELF HTTP input only</i> (default: None)
6263
- ```compress``` Optional | Compress message before sending it to the server or not <i>for GELF HTTP input only</i> (default: false)

0 commit comments

Comments
 (0)