Hi I'm trying to have lots of debug information into log file.
In the mapfile there is : MAP bloc : DEBUG ON WEB bloc : LOG "/tmp/mapserver.log" in many LAYER bloc DEBUG ON mapserver is configure as follow : ./mapserv -vMapServer version 4.10.2 OUTPUT=GIF OUTPUT=PNG OUTPUT=WBMP OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=THREADS SUPPORTS=GEOS INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE DEBUG=MSDEBUG mapserver is running into apache httpd 2.0.59 (compiled, not from rpm) on Red Hat Linux. /tmp/mapserver.log remains empty, and I get only "error" (that seems not to be errors) level message into the httpd error_log file. is it possible to have these informations into the mapserver log file ? (/tmp/mapserver.log). ? if yes, how ? and, is it possible to have a more verbose log ? with debug/warn/... informations ? Regards Patrice