smoothbrain-ai / smoothbrain-anki

SmoothBrain is an Anki plugin that fetches Readwise highlights and makes flashcards using OpenAI GPT.
39 stars 6 forks source link

Make logger use __name__ hierarchy #30

Open alexbowe opened 1 year ago

alexbowe commented 1 year ago

Currently we set the parent logger, but that is too verbose. The logging module has a way to do this based on __name__ formats, but I couldn't see the output of Readwise errors then for some reason.