[Bug 49872] option to trim logs after N minutes

WineHQ Bugzilla wine-bugs at winehq.org
Sun Sep 20 17:34:43 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49872

Olivier F. R. Dierick <o.dierick at piezo-forte.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |o.dierick at piezo-forte.be

--- Comment #1 from Olivier F. R. Dierick <o.dierick at piezo-forte.be> ---
Hello,

Same resolution as bug 49871.

Logging the first N minutes doesn't make sense, as fatal errors occurring after
that fixed amount of time won't be logged.

Logging the last N minutes is impossible, as Wine has no way to know that the
execution will end in N minutes.

Wine send its output to stderr and has no control over what is done with the
data beyond that. Wine can't go back and unsend old output from stderr.

You may achieve what you want by redirecting output to external tools.

Regards.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list