Hi,
When turning on ZincFileLogger on a Zinc server, after some time (1h or so) I get the FileWrite error (see screenshot). I browsed through the bugs related to Zinc in the Fogbugz but couldn't find any bug related to my problem. I get the problem both on Mac (local machine) and Ubuntu (DigitalOcean instance) on Pharo 3.0 (release).
This is my code to register logging on the server events:
server := ZnMultiThreadedServer startOn: 4001.
logger := ZnFileLogger onFileNamed: 'server-log.txt'.
server log addListener: logger.
Any pointers?
tx.
Usman