Benjamin Krämer
Benjamin Krämer
Just gave it a try with 1.7.1, but sadly neither `--disable-authentication` nor `--allow-all` will make any change. It is still only allowing mTLS.
This is now possible with version 1.7.2 :) Thanks!
I most probalby won't need the redaction sink, but the existance of `LoggerSinkConfiguration.Wrap` is a great hint that looks promising! I just have a fear that it has the same...
As already assumped, this approach is sadly not working since the properties are already processed into a `ScalarValue` loosing all information. I did some more in-depth debugging and code checks....
I created a PR for option 1 to show that it is aligning with the architecture of Serilog quite well and that it only needs minimal changes.
We already did the destructuring policy, but since it‘s not about exactly one type but hundreds of types, redaction is not possible (only knowing that they use attribution to mark...
I added the MCVE as a separate branch based on the PR to show why it's needed and how it would be used: [MCVE of destructure fallback](https://github.com/Falco20019/serilog/compare/feature/allow-override-destructuring...Falco20019:serilog:demo/inheritance-override#diff-86f1ea85f8823db5ebf82a426a402d13d27bd9a688919c8a4565aa915176111c) If you have...
I have absolutely no option to modify the `ToString` that's why we need to minimize the risk. We can't circumvent it completely and just have to do our best to...
@nblumhardt Any more information/input given my last post if you would consider the PR?
NIT: According to https://fedorapeople.org/groups/schedule/f-38/f-38-key-tasks.html the EOL date is May 16th, not May 10th.