Hello all, I am currently configuring a second application in parallel to my currently running application the .ini file.
So far, everything is running quite good, the application is running without a problem. But I can't seem to get logging for the second application up and running. I have added a keys entry in the [loggers] section, and added a logger_ section for the second application, setting it to DEBUG level (as we are developing here). But when I do loging.getLogger(__name__) in one of the controllers, I only get a logger with sets WARNING level, so my normal log.debug and log.info statements are not going to the log file. Is there any magic I have to add to make this work? Oh, and this is still Pylons 0.9.6.2, so it might be something which is already fixed in a newer version, but unfortunately, we currently see no way to get the complete app migrated to a newer version of Pylons, so we are stuck with that one. Any help will be greatly appreciated! Best regards, Jens -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
