From 0c9613000ae845cdb61008f819b641ffa454aa5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-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. --- systemd/docs/journal.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systemd/docs') diff --git a/systemd/docs/journal.rst b/systemd/docs/journal.rst index 9dc495f..08756b9 100644 --- a/systemd/docs/journal.rst +++ b/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.1