I haven’t forgotten just been busy.
# news
w
I haven’t forgotten just been busy.
s
Reminder to use threads in the news channel, peeps!
w
OK had a bit of time. I may share this as a draft as simple document & get some feedback & input before I try to make it into a nice pretty printable PDF cheat sheet. Has anyone got time or would be interested in taking a look at what I have so far? /cc people who 💯 originally shown interest @D_Inventor @Søren Mastrup @Janae @Jeroen Visschers (iO) @Ambert @CodeSharePaul @michaelreiter_ @skttl
d
Would be interested, but would likely only have time after wednesday this week
w
Still needs me going through it - so will shove a link/draft here probably at lunchtime
j
Would be interested, and I can probably make some time for this.
j
I bet I can find some time to look it over yep!
w
OK here is a very rough work in progress - be good to get your initial input & thoughts please Sorry didn't get over sooner its just been one of those weeks where it gets away from you Does it make sense, do you want different examples and other stuff in here before I go and put a bit of time making prettier PDF cheat sheet style /cc @D_Inventor @Søren Mastrup @Janae @Jeroen Visschers (iO) @Ambert @CodeSharePaul @michaelreiter_ @skttl https://cdn.discordapp.com/attachments/1194917612400955412/1200442904380968990/Log_Viewer_Cheat_Sheet.pdf?ex=65c63293&is=65b3bd93&hm=482c482fd6fff62b5d55da7669f6f833c866bb4c60262535c729751bce6ee5f4&
d
This is cool stuff. Would be nice to see some practical examples, like an example log and then for each feature a "does match" and "doesn't match". Also an example code how such a log was produced. For example:
Copy code
{
  "FluffyUnicornName": "Warren"
}
Matches with:
StartsWith('FluffyUnicornName', 'Wa')
Does NOT match with:
StartsWith('FluffyUnicornName', 'Dennis')
Produced by:
_logger.LogInformation("Unicorn {FluffyUnicornName} overloaded the magic meter", unicorn.Name)
Especially the nested stuff with complex objects, I've never seen that before, but I also have no idea I to produce such a log
w
Thanks good feedback
a
Hoping I can look into it in the coming days, had a bad week, and couldnt stand looking at screens the last days.
j
I will try to make some time for it tonight
w
@Ambert hope your OK mate. A new week so hopefully a better one for you. Appreciate you wanting to look at it though & give feedback
a
Ye will take some time (post covid), but doing better these days again, looking into it today ! 🙂
w
Take it easy and rest up. Hear latest bout of Covid has been rough for some
a
Currently 2 months at home, so yea, pretty shi*ty, but slowly improving luckily!
w
WOW sorry to hear that mate - sending virtual hugs & love your way
a
Basically what @D_Inventor already said, for me its clear up until the starts/endwith, and after that I dont see the usage for the other types atm (but that can be my lack of skills :P)