ptmcg / logmerger

TUI utility to view multiple log files with merged timeline
MIT License
145 stars 3 forks source link

BUG: log lines with []'ed text are mistaken for rich tags #29

Closed ptmcg closed 9 months ago

ptmcg commented 10 months ago

This log line fails to show in the TUI:

2023-07-14 08:00:02 ub-3 polkitd(authority=local): Registered Authentication Agent for unix-session:1 (system bus name :1.48 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)

With this error:

││ C:\Users\ptmcg\dev\venvs\log_merger\Lib\site-packages\rich\text.py:283 in from_markup                                                                                                                                                                                                            
││                                                                                                                                                                                                                                                                                                  
││ C:\Users\ptmcg\dev\venvs\log_merger\Lib\site-packages\rich\markup.py:164 in render    
MarkupError: closing tag '[/usr/bin/gnome-shell]' at position 105 doesn't match any open tag
ptmcg commented 10 months ago

Fixed, will be in 0.7.0

ptmcg commented 9 months ago

Released in 0.7.0