Improve logging framework doc

Reorganized the content to be easier to follow, added a few more examples,
fixed some ugly formatting (removed scrollbars that make the examples
difficult to read).
This commit is contained in:
Daniel Thayer 2015-05-28 17:52:32 -05:00
parent e02ad1711c
commit 7cf04c9f3a
2 changed files with 371 additions and 251 deletions

View file

@ -67,8 +67,8 @@ that are present in the ASCII log files::
'id.orig_p' integer,
...
Note that the ASCII ``conn.log`` will still be created. To disable the ASCII writer for a
log stream, you can remove the default filter:
Note that the ASCII ``conn.log`` will still be created. To prevent this file
from being created, you can remove the default filter:
.. code:: bro