Sivachandran Paramasivam
Sivachandran Paramasivam
Setting `tls_verify` to `False` triggers the following exception ```python ... File ".../lib/python3.8/site-packages/rfc5424logging/handler.py", line 229, in __init__ self._setup_transport() File ".../lib/python3.8/site-packages/rfc5424logging/handler.py", line 239, in _setup_transport self.transport = transport.TLSSocketTransport( File ".../lib/python3.8/site-packages/rfc5424logging/transport.py", line 86,...
I would like to use the template. But the repository doesn't seem to have license info. Can you please add them?
The formatter enables remote(udp/tcp) syslog sink Example: ```c++ // run "nc -klu 514" to receive the syslog message spdlog::sinks::udp_sink_config udp_sink_config("127.0.0.1", 514); auto udp_logger = spdlog::udp_logger_mt("udp_logger", udp_sink_config); spdlog::syslog_formatter syslog_formatter(spdlog::facility::user, "localhost", "example");...
Let me start with big thanks to @nisargjhaveri and the contributors. This project has made my day-to-day Android Auto usage a lot simpler and smooth. I own Hyundai Creta 2019...