Skip to content

Commit deffe4d

Browse files
committed
formatting changes
1 parent d011cfe commit deffe4d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ Modify your ``settings.py`` to integrate ``python-logstash`` with Django's loggi
125125

126126
Note
127127
====
128+
128129
Example Logstash Configuration (``logstash.conf``) for Receiving Events from python-logstash is::
129-
``
130+
130131
input {
131132
tcp {
132133
port => 5000
@@ -138,7 +139,7 @@ Example Logstash Configuration (``logstash.conf``) for Receiving Events from pyt
138139
codec => rubydebug
139140
}
140141
}
141-
``
142+
142143
Contributors
143144
------------
144145
- Volodymyr Klochan

0 commit comments

Comments
 (0)