See more
…ould be to add app.logger.setLevel(logging.DEBUG). But what’s the problem with this approach? Well, first off, that’s hard-coded into the application itself. Yes, we could refactor that out into an environ…
app.logger.setLevel(logging.DEBUG)