Falydoor / aws-cloudwatch-ansi-colors

Apache License 2.0
4 stars 4 forks source link

Not picking up logs #5

Open zonski opened 2 years ago

zonski commented 2 years ago

Keen to use this plugin as it would make my life better.

I've installed it but it is having no noticeable impact on how my logs are displayed. This may just be me not knowing how to use this properly so apologies if so!

Sep 10 02:20:21 ip-172-31-8-114 web: #033[90m2022-09-10 02:20:21.610 #033[39m#033[1m#033[92mDEBUG#033[39m#033[22m #033[90m[src/service/character.service.ts:17 undefined.]#033[39m Found 1 characters for ConceptVersion with ID 1

CleanShot 2022-09-10 at 12 46 00

CleanShot 2022-09-10 at 12 48 31

anchpop commented 10 months ago

I'm also having this issue! Any clue what's going on @Falydoor ?

Falydoor commented 10 months ago

Will take a look, the issue is that the extension only supports Java Spring Boot apps. My guess is that the log format from Node/Express doesn't match the regex so nothing gets replaced.

Falydoor commented 10 months ago

@anchpop @zonski I just released a version (1.6) and tslog should be supported now!

manoger commented 4 months ago

Unffortunatelly this version is not working yet. image