On 1/4/07, Lee Connell <[EMAIL PROTECTED]> wrote:




I have a logger in my quickstart app using identity and I have a line of
code that calls log.debug("test") in the logout controller and it shows up
in the console twice as if it were called twice, I also have enabled the
"hello from turbogears" logger which also logs twice.  Is this normal?
 --~--~---------~--~----~------------~-------~--~----~

Short answer, yes - in development (auto-reload enabled), it won't
occur when deployed.

I asked the same question about a month ago and this was the reply:
Cherrypy 2.2 runs two processes when in development mode when it's set
to reload. This is normal. This does not happen in production mode and
won't happen ever in CP3, which involved a reload rewrite.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to