)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":11816,"name":"mike_mp@zzzcomputing.com","display_name":"Mike Bayer","email":"mike_mp@zzzcomputing.com","username":"zzzeek","status":"Red Hat"},"change_message_id":"c57e36b737d09e399e4116f8c2c4567d5de02ae2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"76e9c04c_00a44d88","updated":"2025-09-19 13:49:11.000000000","message":"What\u0027s the rationale for allowing connection_debug to *increase* verbosity but not *decrease* it?  As the bug says, \"ALL logging configuration should be done in that file.\"\n\nI read the doc at https://docs.openstack.org/oslo.log/latest/configuration/index.html#DEFAULT.log_config_append .  What if someone wants to use this file to *silence* logging, setting log level to WARNING ?   Now the extra log configuration file is not working again, isn\u0027t that still a bug?\n\nI would think the logic here should instead consult oslo.log to see if it\u0027s taken effect and fully ignore the connection_debug setting, if that\u0027s what we\u0027re going for here.","commit_id":"ea39bd8749357f72a9280b9d37f4b10ffa7eb25c"},{"author":{"_account_id":11816,"name":"mike_mp@zzzcomputing.com","display_name":"Mike Bayer","email":"mike_mp@zzzcomputing.com","username":"zzzeek","status":"Red Hat"},"change_message_id":"1f58ad9535735ad3e6ad15c06d345763e28ff75f","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"aea4f38b_53e67487","in_reply_to":"76e9c04c_00a44d88","updated":"2025-09-19 13:50:06.000000000","message":"or even that we would deprecate connection_debug altogether.  I\u0027ve not ever liked this setting.","commit_id":"ea39bd8749357f72a9280b9d37f4b10ffa7eb25c"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"7b41595a7a2e3db3fca724b02535e588a8c2a2eb","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"98569f22_1e01690a","updated":"2026-05-21 16:09:11.000000000","message":"Makes sense. Keeping this open for a few days in case Mike can come back to this.","commit_id":"3ff23a134e54c58f88e66d9fd47473fdd8004810"}],"oslo_db/sqlalchemy/engines.py":[{"author":{"_account_id":9542,"name":"Pavlo Shchelokovskyy","email":"pshchelokovskyy@mirantis.com","username":"pshchelo"},"change_message_id":"b6de302e9c7e091f554cf4c9613a0fcdf1bd9b67","unresolved":true,"context_lines":[{"line_number":120,"context_line":"    50\u003dProcessed only messages with INFO level or higher"},{"line_number":121,"context_line":"    100\u003dProcessed only messages with DEBUG level"},{"line_number":122,"context_line":"    \"\"\""},{"line_number":123,"context_line":"    if connection_debug \u003e\u003d 0:"},{"line_number":124,"context_line":"        logger \u003d logging.getLogger(\"sqlalchemy.engine\")"},{"line_number":125,"context_line":"        if connection_debug \u003d\u003d 100 and not logger.isEnabledFor(logging.DEBUG):"},{"line_number":126,"context_line":"            logger.setLevel(logging.DEBUG)"}],"source_content_type":"text/x-python","patch_set":1,"id":"7b51d0c4_bfd9f8f8","line":123,"range":{"start_line":123,"start_character":24,"end_line":123,"end_character":26},"updated":"2026-04-16 13:38:31.000000000","message":"how about we just replace `\u003e\u003d` with strict `\u003e` ?\n\nthat way by default, the oslo.log will be in effect, the logging will be at warning level as it is now (per oslo.log default_log_levels), and only if one sets some non-default value, will it override any logger settings coming from outside.","commit_id":"ea39bd8749357f72a9280b9d37f4b10ffa7eb25c"}]}
