usbmuxd icon indicating copy to clipboard operation
usbmuxd copied to clipboard

background logging doesn't work as expected

Open kasperk81 opened this issue 4 years ago • 0 comments

On linux:

$ sudo usbmuxd -v -f

runs the daemon in foreground with verbose logging. If we hotplug, unplug then hotplug the device, it shows logs about those events as expected.

when running it in background:

$ sudo usbmuxd -v -l /tmp/usblogs

and tailing the logs (tail -f /tmp/usblogs) shows only the initial chunk of log, any interaction with the device (unplug, hotplug to mount) doesn't show subsequent logs.

kasperk81 avatar May 31 '21 07:05 kasperk81