Problem: ART data was added to the value under the "~art" attribute. Many persons complained that ART data is not easy to read and most of the time it just gets in the way to read something else. Since TLV objective is to make logs more readable, having a mechanism to declutter the view is welcome.
(something similar happen with "Error Code" column and "~errorcode" artificial attribute)
The Options dialog now has 2 new options:
These options are persisted and, by default, they have a "false" value (=> existing TLV users should see the "~art" text disappear without changing any settings)
By removing the ART data and Error code information from the value another problem emerged: it wouldn't be possible to use them in searches. This is actually caused by the fact that we haven't added the ART and Error Code columns to our find and highlight dialogs. This issue is also fixed:
In that example we create a highlight filter for a very specific error code. I tested that finding and highlighting works independently of the values of the new options.
Fix for issue #105
Problem: ART data was added to the value under the "~art" attribute. Many persons complained that ART data is not easy to read and most of the time it just gets in the way to read something else. Since TLV objective is to make logs more readable, having a mechanism to declutter the view is welcome. (something similar happen with "Error Code" column and "~errorcode" artificial attribute)
The Options dialog now has 2 new options:
These options are persisted and, by default, they have a "false" value (=> existing TLV users should see the "~art" text disappear without changing any settings)
By removing the ART data and Error code information from the value another problem emerged: it wouldn't be possible to use them in searches. This is actually caused by the fact that we haven't added the ART and Error Code columns to our find and highlight dialogs. This issue is also fixed:
In that example we create a highlight filter for a very specific error code. I tested that finding and highlighting works independently of the values of the new options.