Systemd/src/python-systemd
Zbigniew Jędrzejewski-Szmek e8e581bf25 Report about syntax errors with metadata
The information about the unit for which files are being parsed
is passed all the way down. This way messages land in the journal
with proper UNIT=... or USER_UNIT=... attribution.

'systemctl status' and 'journalctl -u' not displaying those messages
has been a source of confusion for users, since the journal entry for
a misspelt setting was often logged quite a bit earlier than the
failure to start a unit.

Based-on-a-patch-by: Oleksii Shevchuk <alxchk@gmail.com>
2013-04-17 00:09:16 -04:00
..
docs Report about syntax errors with metadata 2013-04-17 00:09:16 -04:00
.gitignore python: build html docs using sphinx 2013-02-22 16:57:43 +01:00
__init__.py python: change license to LGPL 2.1 2012-09-13 04:06:11 +02:00
_daemon.c systemd-python: add systemd.daemon wrapping sd-daemon 2013-03-15 22:55:24 -04:00
_journal.c systemd-python: small cleanups 2013-03-19 21:50:43 -04:00
_reader.c python-systemd: Reader return special fields and _Reader changes 2013-04-17 00:09:15 -04:00
daemon.py systemd-python: add systemd.daemon wrapping sd-daemon 2013-03-15 22:55:24 -04:00
id128.c Remove some unused variables 2013-03-20 19:16:01 -04:00
journal.py python-systemd: Reader return special fields and _Reader changes 2013-04-17 00:09:15 -04:00
Makefile python: integrate David Strauss' python-systemd package 2012-09-13 04:01:18 +02:00
pyutil.c python-systemd: check all errors and use automatic cleanup 2013-02-28 20:04:17 -05:00
pyutil.h systemd-python: add systemd.daemon wrapping sd-daemon 2013-03-15 22:55:24 -04:00