[MapProxy] blank tiles at some levels
    lionel b 
    lionel.bargeot at gmail.com
       
    Tue Mar  8 02:58:35 EST 2011
    
    
  
Hi,
I configured this inside WSGI application. In the same time, I changed 
cache resolutions and regenrated it. This problem has disappeared.
Thanks for all Oliver
Regards
Lionel
Le 07/03/2011 17:20, Oliver Tonnhofer a écrit :
>
> Ok, it looks like MapProxy tries to log something but the logging is not configured. The logging then goes to stdout, but that is not supported by mod_wsgi.
>
>
> You can look at the log_deploy.ini in the example configuration. You need to load that configuration inside your WSGI application:
>
>    import logging
>    logging.config.fileConfig("logging.conf")
>
>
> Regards,
> Oliver
>
    
    
More information about the MapProxy
mailing list