I want my debug output to go in the same place as my Postgresql log file so 
they are chronologically mingled.
I have a req->dbug routine that appends info to a text file but it opens and 
closes the file each call.
I want to open the file in append mode and keep it open in cache like the 
Postgres database is kept open in cache.
Can I do this?

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to