Activity log for bug #1897238

Date Who What changed Old value New value Message
2020-09-25 08:33:14 Mystic bug added bug
2020-09-25 08:38:09 Mystic tags oslo
2020-09-25 08:44:06 Mystic description I have a flask app that was wrapped by WSGI middleware that is to log for each request. In the custom middleware, I use oslo.config to read from the config file(Not from the CLI parameters, from 'default_config_files'). When starting the app with Gunicorn, it throws the error: gunicorn: error: unrecognized arguments: -c /etc/cee/cee-lcm-server.conf cee_lcm_api.socket_io:application usage: gunicorn [-h] [--config-dir DIR] [--config-file PATH] The usage I used is right? If not, how to use oslo.config? BTW, I do not want to get config file path from CLI. I have a flask app that was wrapped by WSGI middleware that is to log for each request. In the custom middleware, I use oslo.config to read from the config file(Not from the CLI parameters, from 'default_config_files'). When starting the app with Gunicorn, it throws the error: gunicorn: error: unrecognized arguments: -c /etc/cc/server.conf cc_api.socket_io:application usage: gunicorn [-h] [--config-dir DIR] [--config-file PATH] The usage I used is right? If not, how to use oslo.config? BTW, I do not want to get config file path from CLI.
2020-09-25 08:45:30 Mystic description I have a flask app that was wrapped by WSGI middleware that is to log for each request. In the custom middleware, I use oslo.config to read from the config file(Not from the CLI parameters, from 'default_config_files'). When starting the app with Gunicorn, it throws the error: gunicorn: error: unrecognized arguments: -c /etc/cc/server.conf cc_api.socket_io:application usage: gunicorn [-h] [--config-dir DIR] [--config-file PATH] The usage I used is right? If not, how to use oslo.config? BTW, I do not want to get config file path from CLI. I have a flask app that was wrapped by WSGI middleware that is to log for each request. In the custom middleware, I use oslo.config to read from the config file(Not from the CLI parameters, from 'default_config_files'). When starting the app with Gunicorn, it throws the error: gunicorn: error: unrecognized arguments: -c /etc/cc/server.conf cc_api.socket_io:application usage: gunicorn [-h] [--config-dir DIR] [--config-file PATH] I use this gunicorn command to start app: gunicorn -c /etc/cc/server.conf cc_api.socket_io:application The usage I used is right? If not, how to use oslo.config? BTW, I do not want to get config file path from CLI.