Bug 984758
Summary: | journalctl -f still cuts long lines | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matthew Miller <mattdm> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | amcnabb, awilliam, johannbg, lars, lnykryn, msekleta, notting, plautrba, systemd-maint, vpavlin, zbyszek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-01-15 14:59:34 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Matthew Miller
2013-07-15 21:57:07 UTC
Typing 'journalctl -fl' instead of 'journalctl -f' is not a big effort, and ellipsization is very much a matter of personal preference. But, indeed, I'd say that --full is more useful as default, and wouldn't mind seeing it changed for journalctl (but not for systemctl status). (In reply to Zbigniew Jędrzejewski-Szmek from comment #1) > Typing 'journalctl -fl' instead of 'journalctl -f' is not a big effort, and > ellipsization is very much a matter of personal preference. But, indeed, I'd > say that --full is more useful as default, and wouldn't mind seeing it > changed for journalctl (but not for systemctl status). Is -l an alias for --full on newer journalctl? On F19, it doesn't work. At the _very_ least, we should make sure that all documentation about "tail -f /var/log/messages" says "journalctl The truncation is really annoying, and I agree that it would be much more useful if this were disabled by default. (In reply to Zbigniew Jędrzejewski-Szmek from comment #1) > Typing 'journalctl -fl' instead of 'journalctl -f' is not a big effort, and > ellipsization is very much a matter of personal preference. But, indeed, I'd > say that --full is more useful as default, and wouldn't mind seeing it > changed for journalctl (but not for systemctl status). Yeah, I'm fine with ellipsizing status, but for replacing tail -f ..., the -f should behave in roughly the same way - no truncating. One more vote for not truncating by default. Default to the most useful behaviour. Truncating is very non-useful; almost all lines are wider than my terminal width. A lot of people still use 80x24 terminals out of habit, though there's no particularly good _reason_ to do so. This bug appears to have been reported against 'rawhide' during the Fedora 20 development cycle. Changing version to '20'. More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora20 Default flipped to --full in http://cgit.freedesktop.org/systemd/systemd/commit/?id=2b8f688. I'm including the change to --full by default for F21, but not earlier ones. |