42 # Get to the real business 43 logger = logging.getLogger(__name__) 44 setup_logging(default_path = log_cfg_path)
Why do you get your logger _before_ configuring? -- Curtis _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
