Skip to content

1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 19:20
· 126 commits to main since this release

Improvements & Updates

🛠️ Log level is now configurable

You can now easily determine the log level used for vistafetch by passing it to the client:

import logging

from vistafetch import VistaFetchClient

client = VistaFetchClient(logging_level=logging.DEBUG)

In case no log level is passed (VistaFetchClient()), INFO is selected as default.


Full Changelog: 1.2.0...1.2.1