Closed genodeftest closed 9 years ago
There is another entry I see thousands of times in syslog:
org.baseurl.DnfSystem[854]: DBG: <dnf.yum.history.YumHistoryTransaction object at 0xSOMETHING timestamp
Look like I have some leftover print statement in the backend daemons
In default loglevel in a fedora 22 or 23 installation, yumex-dnf does quite a lot logging. Most of that is not needed imho and just clutters the log file. This is so much logging that I got a message from systemd-journald:
systemd-journal[559]: Suppressed 7158 messages from /user.slice/user-1000.slice
for downloading just one single file.This logging includes:
on_RepoMetaDataProgress
src/yumex/dnf_backend.py#L269on_DownloadProgress
src/yumex/dnf_backend.py#L252on_DownloadEnd
src/yumex/dnf_backend.py#L259on_DownloadStart
src/yumex/dnf_backend.py#L241RPMProgress : verify <packagename>
(how about logging only on errors or warnings?) I don't think there is any need for this in ordinary use cases. The on_Download* texts seem to be fixed in master (but not in the versions currently shipped with fedora).There is a few of those entries in syslog:
from src/yumex/dnf_backend.py#L218 with different
TransactionEvent
s such as:To me this looks like the default log level is set to DEBUG, which seems weird. Can you please lower the default loglevel? Or is this a communication issue between yumex-dnf and journald?