At 08:43 AM 12/8/03 -0600, darryl wrote: >I have an application that when it tries to use peak.logs to >log a UTF-8 message. I get a traceback. I guess my question is, >is there any reason that i can't log UTF-8 messages? Use Unicode. The existing peak.running.logs.Event class will encode to UTF-8 when writing the logfile.