In Flask: How to access app Logger within Blueprint March 12, 2023 by Tarik Inside the blueprint add: from flask import current_app and when needed, call: current_app.logger.info('grolsh')