The local log decorator contains the following code: ```ruby URI::DEFAULT_PARSER.escape(entity_name) ``` which throws the following warning under Ruby v3.4: ```sh warning: URI::RFC3986_PARSER.escape is obsoleted. Use URI::RFC2396_PARSER.escape explicitly. ```