Example: starting a Durus server in another thread
David Binger
2006-08-31
On Aug 30, 2006, at 10:38 PM, Damjan wrote:
>
> Now, what's needed to setup the loging that StorageServer uses so
> that I
> don't get it's output on stderr/stdout?
Maybe this?
from durus.logger import direct_output
direct_output("myduruslog")