From 811de196b3c5e08fc1fc3bef7cb062efad784303 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 20 Mar 2013 23:01:32 -0400 Subject: systemd-python: allow retrieval of single fields This can give huge efficiency gains, e.g. if only MESSAGE is required and all other fields can be ignored. --- src/python-systemd/docs/journal.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/python-systemd/docs') diff --git a/src/python-systemd/docs/journal.rst b/src/python-systemd/docs/journal.rst index 9dc495ffdb..08756b99be 100644 --- a/src/python-systemd/docs/journal.rst +++ b/src/python-systemd/docs/journal.rst @@ -23,6 +23,9 @@ Accessing the Journal .. automethod:: __init__ +.. autofunction:: _get_catalog +.. autofunction:: get_catalog + .. autoclass:: Monotonic .. autoattribute:: systemd.journal.DEFAULT_CONVERTERS -- cgit v1.2.3-54-g00ecf