google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

no progress output when launched from launchd #135

Closed inieves closed 4 years ago

inieves commented 4 years ago

I have skicka being kicked off at system startup (before any user login) via launchd. To be specific, I have launchd calling a separate bash script, and it is the bash script that calls skicka.

I am not seeing any progress update output in console.log (especially system.log). Specifically, I am not seeing any of the progress update information that is normally present at the command line.

inieves commented 4 years ago

This is not an issue... i had to redirect with 2> instead of > I am able to get all output piped to a file, no problemo.