Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fallwith opened this issue Nov 12, 2024 · 1 comment
Open

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

fallwith opened this issue Nov 12, 2024 · 1 comment
Labels

Comments

@fallwith
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant