Re: [Zope] Start-up log? was[ZMySQLDA on Win32]
Phil, Thanks for the send and resend. The pack you sent is version: 'ZMySQLDA-1-1-3'. I was getting SOME success with 1.1.4 (MySQL log files would show activity). When I replace the set I had with what you sent, I do not even find 'Z MySQL Database Connection' as an object to create in the Zope manage pages. There are also error messages which scroll of the Zope console start-up window (cannot find a .dll...). Which brings me to my current most pressing question: Is there a log file that records Zope's start-up news? (I've looked at <zope>/var/Z2.log, but it doesn't show the start-up tales.) Thanks again for helping the new guy. Regards, Phil Harris wrote:
William,
I sent this to you a few days ago, but it bounced back.
Phil
----- Original Message ----- From: "Phil Harris" <phil.harris@zope.co.uk> To: "William BC Crandall" <wcra@beest.midat.de> Sent: Wednesday, August 09, 2000 3:39 PM Subject: Re: [Zope] ZMySQLDA on Win32 - connect then crash
William,
attached, my latest version of the mysql adapter (not written by me, just compiled by me).
G'morning all. Simple question: Does Zope generate a log file noting each transaction, including start-up complaints? (I get error messages that scroll out of sight when I run START.BAT.) Thanks!
On Mon, 14 Aug 2000, William BC Crandall wrote:
Simple question: Does Zope generate a log file noting each transaction, including start-up complaints?
(I get error messages that scroll out of sight when I run START.BAT.)
If you define the enviroment variable STUPID_LOG_FILE to be the file where you want it to write the log, it will. Otherwise not. Well, that applies to startup and error messages. Unified Log File log messages go to z2.log, and there are transaction messages you can get it to log by other means (search zope.org for appropriate HowTos). --RDM
participants (2)
-
R. David Murray -
William BC Crandall