don't flood systemd journal with constant polling messages #12680
fenugrec
started this conversation in
Features Request & Ideas | 特性请求 & 头脑风暴
Replies: 2 comments 1 reply
|
Since this report went to linuxdeepin organization instead of a code repo, is this refer to deepin-boot-maker project? If so, do you mean this log shows up even if deepin-boot-maker is not running? |
0 replies
|
hm strange, I clicked on the "feature request" template when filing an issue, but yes it's meant for These messages (about 10-15 lines every 2 seconds) continue as long as the application is running, and apparently the background service isn't automatically stopped on app exit so it keeps going on forever. So maybe two problems at play here. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
when the program is running, it feeds a constant stream of messages in the system log like
every 2 seconds. That is not useful and should not be enabled by default, otherwise it just creates noise and fills up the journal.
All reactions