Flask duplicate logs after importing fbprophet
I'd like to use logging in my Flask app by simply calling logging.getLogger('myapi') in each of the files where I need to log. There should be a single place to define the handler and format for this "global" application logger.…