Lumberjack currently chokes when highlighting any lines with square brackets in logs leaving beautiful things like this everywhere: [(fg-black,bg-green)]
This is probably due to the underlying use of term-ui which uses brackets in ANSII escape sequences, should be pretty easy to fix either in term-ui or by escaping the brackets in the logs somehow.
If anyone is able to pick this up let me know!
Lumberjack currently chokes when highlighting any lines with square brackets in logs leaving beautiful things like this everywhere:
[(fg-black,bg-green)]This is probably due to the underlying use of term-ui which uses brackets in ANSII escape sequences, should be pretty easy to fix either in term-ui or by escaping the brackets in the logs somehow.
If anyone is able to pick this up let me know!