dilawar<p>Its been 10y using <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> but I still can't setup logging properly without reading logging wiki!!</p><p>Now, thanks to <a href="https://fosstodon.org/tags/loguru" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>loguru</span></a> library, logging doesn't require bookmarking a whole wiki. Also, <a href="https://fosstodon.org/tags/sentry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sentry</span></a> supports <a href="https://fosstodon.org/tags/loguru" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>loguru</span></a> out of the box. </p><p>Most of the time, a single line at top of your module `from loguru import logger` does the job.</p><p>And you can change logging behavious by setting an environment variable rather than.. you know what!</p>