You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous implementation used `Path::ends_with`, which checks for
full path components rather than string suffixes. This caused
`.log3` files to be misidentified as version 2 logs.
Switched to string-based suffix checking using `to_string_lossy()`
to ensure the correct reader is initialized.
0 commit comments