Skip to content

Local log decorator escaping needs an update for Ruby v3.4+ #2943

@fallwith

Description

@fallwith

The local log decorator contains the following code:

 URI::DEFAULT_PARSER.escape(entity_name)

which throws the following warning under Ruby v3.4:

warning: URI::RFC3986_PARSER.escape is obsoleted. Use URI::RFC2396_PARSER.escape explicitly.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Code Complete/Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions