Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could logging be disabled for skipping VRT #244

Open
pkopparla opened this issue Mar 11, 2024 · 0 comments
Open

Could logging be disabled for skipping VRT #244

pkopparla opened this issue Mar 11, 2024 · 0 comments

Comments

@pkopparla
Copy link

Hello,

This line:

logger.info(f"Skipping VRT for {self.url!r}")

logs to standard output at the level of logging.INFO that certain files were skipped for VRT generation. For my case, it pollutes the output by logging this out several dozen/hundred times. I don't want to silence logging.INFO because I use it for monitoring other functions in my code. Since the average user likely doesn't care whether or not a certain file was used to make a VRT as long as the image stack work fine, can I make a pull request for this line to be eliminated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant