Skip to content

Commit

Permalink
Raise log level of server exception
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Feb 4, 2020
1 parent dd19eb8 commit 2d8591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserver.cpp
Expand Up @@ -420,7 +420,7 @@ void QgsServer::handleRequest( QgsServerRequest &request, QgsServerResponse &res
{
responseDecorator.write( ex );
QString format;
QgsMessageLog::logMessage( ex.formatResponse( format ), QStringLiteral( "Server" ), Qgis::Info );
QgsMessageLog::logMessage( ex.formatResponse( format ), QStringLiteral( "Server" ), Qgis::Warning );
}
catch ( QgsException &ex )
{
Expand Down

0 comments on commit 2d8591f

Please sign in to comment.