| Summary: | drqcut in F20 is cluttering /var/log/messages | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Harald Reindl <h.reindl> |
| Component: | dracut | Assignee: | dracut-maint |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | dracut-maint, harald, jonathan |
| 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-04-02 08:34:53 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: | |
|
Description
Harald Reindl
2013-09-21 16:05:41 UTC
This was a requested feature, so /var/log/dracut.log can be dropped and the systemd journal is the central place to look at. Although there is a bug in the dracut logger, which leads to "<prio>" not be parsed by systemd-cat. well, that leads in very large and cluttered logs at the end you do not face the few interesting lines i worked around with own rsyslog-rules in general the amount of log-lines in systemd get extreme there are *way too* much lines for a simple SSH login https://bugzilla.redhat.com/show_bug.cgi?id=1053315 You can still set in a /etc/dracut.conf.d/logging.conf: logfile=/var/log/dracut.log sysloglvl=0 that is a really bad transition and system defaults should refelct the usage of rsyslog instead force admins to change every bit of configuration only because rsyslog is no longer default |