Nonstandard klog / glog severity levels #843
Labels
type: enhancement
A value-adding code change that enhances its existing functionality
vrl: stdlib
Changes to the standard library
We have some applications which use klog or glog format with "nonstandard" log levels (generally common, but technically not part of either spec), namely "D" for debug and "T" for trace. In my parsing code, I can apply VRL workarounds, but I'm wondering what the appetite would be for the 2-line change (here and here) to support parsing these? I'm happy to submit a PR, but I realize it's a bit esoteric and perhaps I should just keep my VRL hack.
The text was updated successfully, but these errors were encountered: