Question : Disable console messages in Flask server
Answered by : -4gh3xspu7rl9
// echo has to be False while creating an object of an engine by create_engine()
engine=create_engine("sqlite:///./database/app.db", echo=False, connect_args={"check_same_thread": False})
Source : https://stackoverflow.com/questions/14888799/disable-console-messages-in-flask-server | Last Update : Wed, 05 Jan 22