Closed dymil closed 9 months ago
Which client version? Debug or Release?
Release, just the 8.1.18 download from https://foldingathome.org/beta/
Please consider trying v8.3.1 alpha https://foldingathome.org/alpha/
This should already be fixed in v8.3.2.
D'oh, I didn't know about the alpha or look at the releases/commits on GitHub, such as cac9a08073e2ea6017ce1b26f2f80e940b3b8c62. I'll see with v8.3.3. ~v8.3.1 now, as I can't run v8.3.2 after a separate issue #210 arose.~
Seems fixed indeed!
basically what https://foldingforum.org/viewtopic.php?t=39416 reported last year. I see
at the bottom of log.txt (or in web control), but any new logging is just dropped on the floor until I quit and restart the client.
Yesterday I have one log ending
and then the next log, hours later (presumably when I noticed and restarted) begins with WU12.
This is on Windows 10, for what it's worth. Nothing exotic about the directories involved, i.e., C:\ProgramData\FAHClient.
I poked around a bit in the cbang logging code to try to understand, but it seems like all roads lead to Logger::createStream, where the periodic rotation happens. I haven't tried building cbang myself to test, but I could imagine a Windows issue which manifests in
startLogFile
, since I don't see any tests for the logging.