lazy option is discouraged. lazy-app option may help you. On Wed, Apr 9, 2014 at 1:06 AM, Clemens Kolbitsch <[email protected]> wrote: > On Tue, Apr 8, 2014 at 3:13 AM, Roberto De Ioris <[email protected]> wrote: >> >> >> > import ConfigParser >> > import logging >> > >> > import myapp >> > >> > >> > CONFIG_FILE = "/etc/myapp/myapp.ini" >> > >> > config_parser = ConfigParser.ConfigParser() >> > config_file = open(CONFIG_FILE) >> > config_parser.readfp(config_file,CONFIG_FILE) >> > >> > log = ... >> > application = myapp.create_app(CONFIG_FILE, None, log, strict=True) >> > >> > application.logger.setLevel(logging.DEBUG) >> > for handler in log.logger().handlers: >> > application.logger.addHandler(handler) >> > >> >> >> >> I see nothing strange in it, but once you get 404 you continue to get it >> or it get fixed after a bunch of requests ? > > > the 404 happens right after the respawning, happens 1-2 times and goes away > again (probably once the blueprints have been properly loaded) > > -Clemens > > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
-- INADA Naoki <[email protected]> _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
