Skip to content

Commit

Permalink
increase log level
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdm-oslandia committed Dec 19, 2024
1 parent d70f092 commit 86dbb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/ogc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ccache -z
ccache --set-config sloppiness=pch_defines,time_macros,include_file_mtime,include_file_ctime

cmake -GNinja \
-DCMAKE_BUILD_TYPE=Debug \
-DUSE_CCACHE=ON \
-DWITH_QUICK=OFF \
-DWITH_3D=OFF \
Expand Down
1 change: 1 addition & 0 deletions .ci/ogc/qgis_mapserv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

export QGIS_SERVER_LOG_FILE=/var/log/qgisserver.log
export QGIS_SERVER_LOG_LEVEL=0
export QGIS_DEBUG=3
export QGIS_PREFIX_PATH=/usr/src/qgis/build/output

exec /usr/bin/spawn-fcgi -n -p 5555 /usr/src/qgis/build/output/bin/qgis_mapserv.fcgi

0 comments on commit 86dbb51

Please sign in to comment.