Skip to content

Commit

Permalink
fixes:39
Browse files Browse the repository at this point in the history
  • Loading branch information
cmanaha committed Nov 1, 2018
1 parent 42a46ab commit 725dcbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ In some cases is quite useful to provide all the information available within th
things such as exception information, the method, file, log line where the log was generated.

If you are interested on understanding more about the differences between the agent vs handler
approach, I'd suggest reading [this conversation thread](https://github.com/cmanaha/python-elasticsearch-logger/issues/44).
approach, I'd suggest reading `this conversation thread <https://github.com/cmanaha/python-elasticsearch-logger/issues/44/>`_

The same functionality can be implemented in many other different ways. For example, consider the integration
using [SysLogHandler](https://docs.python.org/3/library/logging.handlers.html#sysloghandler) and
[logstash syslog plugin](https://www.elastic.co/guide/en/logstash/current/plugins-inputs-syslog.html).
using `SysLogHandler<https://docs.python.org/3/library/logging.handlers.html#sysloghandler>`_ and
`logstash syslog plugin<https://www.elastic.co/guide/en/logstash/current/plugins-inputs-syslog.html>`_.


Contributing back
Expand Down

0 comments on commit 725dcbf

Please sign in to comment.