Giter Club home page Giter Club logo

Comments (5)

eandmsz avatar eandmsz commented on September 27, 2024

One more thing I noticed is that it doesn't like uppercase letters in filenames either.
For example it can match: "vm11-pl-4" but it cannot match "vm11-PL-4"

from log-highlight.

poucotm avatar poucotm commented on September 27, 2024

@eandmsz , I've updated to add wildcard for extension. About case-sensitivity, it makes filenames lowercase before comparing. I think it is good for Windows users.

from log-highlight.

eandmsz avatar eandmsz commented on September 27, 2024

@poucotm I have updated to 2.0.2.
If someone specifies "MESSAGES" in the config it will not match the filename "MESSAGES" because the filename gets converted to lowercase, but the pattern does not.
I think to make it properly case-insensitive you need to convert the patterns to lowercase as well. And maybe it worth mentioning in the comments that the matching is case-insensitive.

Regarding the wildcard: I'm not sure what I'm doing wrong but neither "messages*" nor "messages.*" pattern matches the filename "messages.1" for me.

from log-highlight.

poucotm avatar poucotm commented on September 27, 2024

@eandmsz, it works in my test as below (Windows 10).

"extension" : [ "messages.*" ], // case-insensitive

image

from log-highlight.

eandmsz avatar eandmsz commented on September 27, 2024

I'm also on Windows 10.
Okay now it works, I have no idea what made this error, but I have uninstalled/reinstalled all the plugins I had (FilterLines, SortBy, Log Highlight) and found that I had the "summary" : true, still left from 1.x.x config, so I removed that.

Thanks

from log-highlight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.