wkjarosz / hdrview

A simple research-oriented image viewer with an emphasis on examining and comparing high-dynamic range (HDR) images, and including minimalistic editing and tonemapping capabilities.
Other
281 stars 11 forks source link

logging verbosity #57

Closed MangoSister closed 3 years ago

MangoSister commented 3 years ago

Hello,

First, I am a big fan of hdrview. I think it's a really good tool to compare exr/hdr images.

At latest master (3a9689c), the logging seems to become overly verbose if I hold the mouse button down and drag the image around (screenshot): Capture I am not sure exactly when it started to happen, but should be after the project migrated from bitbucket. Is it possible to add a flag to adjust the verbosity, or simply remove this kind of spammy logs?

Thanks!

wkjarosz commented 3 years ago

Hi!

There is indeed already a verbosity flag. Just pass e.g. --verbosity=2. Run --help for more info. I changed the default to 0 while I develop.

wkjarosz commented 3 years ago

Hello,

First, I am a big fan of hdrview. I think it's a really good tool to compare exr/hdr images.

At latest master (3a9689c), the logging seems to become overly verbose if I hold the mouse button down and drag the image around (screenshot): Capture I am not sure exactly when it started to happen, but should be after the project migrated from bitbucket. Is it possible to add a flag to adjust the verbosity, or simply remove this kind of spammy logs?

Thanks!

FYI @MangoSister : In the newest v1.4 release I’ve set the default verbosity back to info or higher, and the setting is saved in the config file (which can be overridden by the —verbosity command line flag).

MangoSister commented 3 years ago

@wkjarosz Glad to know that. Thank you so much for adding this!