Christian Mayer
Christian Mayer
Yes, please. Sounds great.
This is a little bit too much logging. There is already a logging call. See [Line 425](https://github.com/tacman/flickr-cli/blob/9f1102c4ca843b79187691ac3ee96eed637e9d0f/src/TheFox/FlickrCli/Command/UploadCommand.php#L324) in your file: ```php $this->getLogger()->info(sprintf('[file] status: %s - ID %s', $logLine, $photoId)); ```...
Good point. I'll to that.
I will change this in the description.
I like the `--noprogress` idea.
I don't know. Seems so. This is the same issue: https://stackoverflow.com/q/22329978 `signalHandlerSetup()` will be executed but `signalHandler()` will not be triggered.
The thing about the custom signal handler was to gently shutdown the process. This is good to have a clean cut when, for example, downloading or uploading more than a...
It doesn't work for me. The problem is that the Signal Setup is working but `signalHandler()` will not be executed. Edit: I tested it with a loop and `sleep()`. Seems...
@samwilson I hope this fixed it. Please test the current develop version again.
In the old version this was catched by a separate logger. But this solution was too complicated. I don't know if a retry is a good idea. I don't want...