Closed IanSudbery closed 8 months ago
Running any command with log and stdout going to the same stream causes
OSError: [Errno 9] Bad file descriptor
Is it possible something has called close() on whatever is recieving the stdout?
close()
@IanSudbery - Did you work out what's going on here?
Must have done because its not longer a problem. However, we do get on unsightly error if you try to log to a gz file.
Running any command with log and stdout going to the same stream causes
OSError: [Errno 9] Bad file descriptor
Is it possible something has called
close()
on whatever is recieving the stdout?