Feature request #16168
Log Messages Panel: individually increase WMS provider message limitation
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Data Provider | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 24078 |
Description
As it is hard-wired in the QGIS code, not more than 100 error messages/warnings are logged in the messages panel for the WMS-provider. If one would like to catch signals coming from the WMS-Provider, this would only be possible for the first 100 signals/messages...
A feature that allows to increase the limitation individually (e.g. in project properties) would be nice to have.
(see source code section: https://github.com/qgis/QGIS/blob/90d233ad3098223cd2bc536f2ec5ca1641b7595f/src/providers/wms/qgswmsprovider.cpp#L3658)
See my corresponding issue on gis.stackexchange here:http://gis.stackexchange.com/questions/224879/how-to-solve-issue-with-log-messages-panel-in-qgis-not-logging-more-than-100-r
History
#1 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No