Hi, I tried to use this environnement variable as well, but I cannot set the log file as /var/log/apache2/QGIS_Server.log , even if I chmod and chown it to give Apache full rights :
ls -lh /var/log/apache2/QGIS_Server.log -rwxrwxrwx 1 www-data www-data 0 août 29 15:49 /var/log/apache2/QGIS_Server.log If I set the file to /tmp/QGIS_Server.log with FcgidInitialEnv QGIS_SERVER_LOG_FILE "/tmp/QGIS_Server.log" then it works correctly and the log file is filled with data. Any hint ? Michael 2014-08-28 15:47 GMT+02:00 Paolo Cavallini <[email protected]>: > Il 28/08/2014 12:47, Uros Preloznik ha scritto: > > Hi, > > > > Thanks Alessandro, this is working now. I was trying only with SetEnv. > I also had to > > set QGIS_SERVER_LOG_LEVEL, otherwise the file was empty. So this is my > setting now > > which is working (Apache+Fcgid): > > > > FcgidInitialEnv QGIS_SERVER_LOG_FILE /var/tmp/qgislog.txt > > FcgidInitialEnv QGIS_SERVER_LOG_LEVEL 0 > > > > LogLevel 0 means that everything is logged, for debugging only. > > > > Is someone working on documentation? This could be included for others. > > Hi Uros, > would you mind making a pull request on > https://github.com/qgis/QGIS-Documentation > Thanks. > > -- > Paolo Cavallini - www.faunalia.eu > Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
