We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5b46a commit 560f8a3Copy full SHA for 560f8a3
README.md
@@ -59,4 +59,5 @@ asyncio.run(main(message))
59
- ```gelf_version``` Optional | GELF spec version (default: 1.1)
60
- ```level``` Optional | The level equal to the standard syslog levels (default: 1);
61
- ```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)
63
- ```compress``` Optional | Compress message before sending it to the server or not <i>for GELF HTTP input only</i> (default: false)
0 commit comments