-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[REQUEST] Do not truncate paths and URLs in logger #190
Comments
@willmcgugan I just did update to the newest version, and the URL's are not truncated here. Is the mentioned |
That was 4.2.0 in the screenshot. I'll set the overflow to fold in the next update. |
Maybe it would make sense to allow changing it as an argument since this would be a breaking change and some people may not like it. |
Configuration is usually the answer to these things, but I think in this case "fold" is clearly better. It doesn't break anything in the sense that no project will be rendered non-functional, it's more of a visual thing. Totally willing to revisit it if anyone does object... |
Got it, any estimates when can we expect this change? Do you need any help with that? |
Update coming tonight or tomorrow... |
Try v4.2.1 |
Everything is great now, thank you! |
Thank you for a wonderful project, it's very useful and makes my work more pleasant.
I'm using
rich
as a logger handler, and while in general it works great, that I don't like the fact that depending on terminal width it truncates some URL's, paths, and some other things that I can't identify.See screenshot below:
Is it already possible to disable this behavior? I can't find anything about it in the documentation.
The text was updated successfully, but these errors were encountered: