Send logs from wpa_supplicant action to the journal#194
Send logs from wpa_supplicant action to the journal#194albertvaka wants to merge 1 commit intojoukewitteveen:masterfrom
Conversation
|
I see the appeal, but will need some more convincing since I dislike the looks of this change. The identifier is new and does not link back to netctl, and merging stderr and stdout is a bad idea. Maybe we should see whether |
|
I agree this is not great and that it would be better fixed on the |
|
If I have time again, I want to investigate whether we can hook up the output to the journal in such a way that it becomes visible in |
|
Splitting the stdout and stderr should be easy: But with this mechanism you can't make it part of the existing systemd unit's logs. |
The logs from the action script passed to wpa_supplicant end in /dev/null by default when wpa_supplicant runs in daemon mode. This redirects them to the journal instead.