You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2018. It is now read-only.
First of all, thanks for creating this lib, i cannot find any lib for sending data to logstash which uses ssl.
Second, i dont know if i'm doing something wrong, i just sending some string to logger object do not work at all
Do i need to send information in any special format? Or just sengind a string should work?
Hello!
First of all, thanks for creating this lib, i cannot find any lib for sending data to logstash which uses ssl.
Second, i dont know if i'm doing something wrong, i just sending some string to logger object do not work at all
Do i need to send information in any special format? Or just sengind a string should work?
logger.info('hello world')
Thanks!