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 9.0.0, with verbose output enabled, if I process multiple files at once the verbose logs are chaotically intermixed in a way that makes it difficult to tell which logs have to do with which input image. Here's a sample:
Yes, this is true 😂
Is it a problem? I don’t think there are any good options for resolving it. Like, maybe we could prefix each line with the filename, but that could also look pretty messy.
(This isn’t a “race condition” as such, it’s just printing output as it occurs across multiple threads)
Yeah, -t1 would certainly avoid it, it would just take longer.
What we're seeing is just a natural consequence of processing multiple files in parallel. Maybe we could prefix each line with an index number of the current file? That would be a lot tidier than the file name.
In 9.0.0, with verbose output enabled, if I process multiple files at once the verbose logs are chaotically intermixed in a way that makes it difficult to tell which logs have to do with which input image. Here's a sample:
By comparison, here's the same command run in 8.0.0:
The input command is
oxipng -omax --verbose --alpha $files
The text was updated successfully, but these errors were encountered: