<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>I have a docker QGIS server container and I receive many thousands of messages like the following in my docker log files:</p>
<p>QPainter::setPen: Painter not active<br />QPainter::drawPath: Painter not active<br />QPainter::begin: Paint device returned engine == 0, type: 3<br />QPainter::setRenderHint: Painter must be active to set rendering hints<br />QPainter::setBrush: Painter not active</p>
<p>This is followed by many lines like </p>
<p>Warning 1: Unable to find driver ECW to unload from GDAL_SKIP environment variable.<br />Warning 1: Unable to find driver JP2ECW to unload from GDAL_SKIP environment variable.<br />Warning 1: Unable to find driver ECW to unload from GDAL_SKIP environment variable.</p>
<p>When I do "docker logs ..." I have to wait about 2 minutes until these many QPainter messages ran through the terminal.</p>
<p>----------</p>
<p>Are those QPainter messages something I need to worry about? If not, could I silence them?</p>
<p>Thanks if you have any hints,</p>
<p>Andreas</p>

</body></html>