1.2.1
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