DOI-USGS / ISIS3

Integrated Software for Imagers and Spectrometers v3. ISIS3 is a digital image processing software package to manipulate imagery collected by current and past NASA and International planetary missions.
https://isis.astrogeology.usgs.gov
Other
200 stars 168 forks source link

Suppress Deprecation Warning? #5611

Open astrostu opened 2 months ago

astrostu commented 2 months ago

Working with ISIS 8.2.0, I'm getting my Terminal completely filled with these warnings: "This function(PvlObject::addLogGroup) will be depreciated in ISIS3 v9.0 in favor of Application::appendLogGroup"

Is there any way to turn them off? It's really hard to actually debug code or see other progress outputs from my code when I am getting my terminal filled with – literally – thousands of these.

Kelvinrr commented 2 months ago

It should be gone after the next major release, which would happen after the next support sprint. In the future we should allow for silencing deprivation warnings.

astrostu commented 2 months ago

Yes, please allow for silencing of the warnings.