Bug 81505 - Some messages sent via sd_journal_send are not in journal
Summary: Some messages sent via sd_journal_send are not in journal
Status: RESOLVED FIXED
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-18 17:37 UTC by Vadim Rutkovsky
Modified: 2014-08-18 21:10 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Vadim Rutkovsky 2014-07-18 17:37:51 UTC
Since http://cgit.freedesktop.org/systemd/systemd/commit/?id=874bc134ac6504c45e94174e37af13ff21a6bfe2 some messages are missing in the journal - gnome-session should send a tagged message (see https://git.gnome.org/browse/gnome-session/tree/gnome-session/gsm-manager.c#n1363), tracked by Gnome Continuous. In 99% of cases this message is not in journal.

Not sure if I fetched systemd's debug output correctly, but it didn't list anything about 'too big entry'
Comment 1 Zbigniew Jedrzejewski-Szmek 2014-07-18 19:25:31 UTC
I looked at the commit again, and I don't see anything suspicious...

Can you start systemd-journald in debug mode:

1. create file

# /etc/systemd/system/systemd-journald.service.d/debug.conf
[Service]
Environment=SYSTEMD_LOG_LEVEL=debug

2. reload

systemctl daemon-reload
systemctl restart systemd-journald

This should allow you to capture log messages from journald.
Comment 2 Lennart Poettering 2014-08-18 21:10:33 UTC
Fixed in git a174f94d529c7ae9be589867308b669ec9b4dcc0.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.