You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my container, when I run icloudpd, I output the logs to stdout and stderr for further parsing. This worked in previous versions, but in release 16.2, logging seems broken.
Steps to Reproduce
./icloudpd --directory /icloud --cookie-directory /config --domain com --username [email protected] --auto-delete --folder-structure {:%Y/%m} 2>/tmp/icloudpd/icloudpd_download_error | tee /tmp/icloudpd/icloudpd_sync.log
Expected Behavior
stdout is passed to tee which pushes the logs to stdout and also to /tmp/icloudpd/icloudpd_sync.log
Actual Behavior
Nothing goes to tee, so no logging to screen. Everything ends up in stderr.
The text was updated successfully, but these errors were encountered:
What version did it work? Can you highlight differences in behavior in two versions, pls? I tried running the following in 1.6.1 and 1.15.1 and then seem to produce same ./d:
Overview
In my container, when I run icloudpd, I output the logs to stdout and stderr for further parsing. This worked in previous versions, but in release 16.2, logging seems broken.
Steps to Reproduce
Expected Behavior
stdout is passed to tee which pushes the logs to stdout and also to /tmp/icloudpd/icloudpd_sync.log
Actual Behavior
Nothing goes to tee, so no logging to screen. Everything ends up in stderr.
The text was updated successfully, but these errors were encountered: