diff --git a/release-notes/General/General_Feature_Release_10.4/General_Feature_Release_10.4.11.md b/release-notes/General/General_Feature_Release_10.4/General_Feature_Release_10.4.11.md index dc216aa64f..50ee09a245 100644 --- a/release-notes/General/General_Feature_Release_10.4/General_Feature_Release_10.4.11.md +++ b/release-notes/General/General_Feature_Release_10.4/General_Feature_Release_10.4.11.md @@ -34,6 +34,14 @@ uid: General_Feature_Release_10.4.11 Because of a number of enhancements, variance increase detection has been improved. +#### Trimmed log entries will now get an '(x bytes omitted)' suffix [ID 40629] + + + +In log files generated by SLLog, all messages longer than 5120 characters are trimmed by default. + +From now on, all messages that have been trimmed will get a `(x bytes omitted)` suffix. That way, users will immediately notice which messages have been trimmed. + #### Automation: Enhanced locking when calling 'SetParameter' and 'GetParameter' on an element [ID 40682] diff --git a/release-notes/General/General_Main_Release_10.5/General_Main_Release_10.5.0_changes.md b/release-notes/General/General_Main_Release_10.5/General_Main_Release_10.5.0_changes.md index 9417180f96..58e3f3e7f2 100644 --- a/release-notes/General/General_Main_Release_10.5/General_Main_Release_10.5.0_changes.md +++ b/release-notes/General/General_Main_Release_10.5/General_Main_Release_10.5.0_changes.md @@ -709,6 +709,14 @@ From now on, SLSNMPManager will check whether the IP address of the trap matches Because of a number of enhancements, variance increase detection has been improved. +#### Trimmed log entries will now get an '(x bytes omitted)' suffix [ID 40629] + + + +In log files generated by SLLog, all messages longer than 5120 characters are trimmed by default. + +From now on, all messages that have been trimmed will get a `(x bytes omitted)` suffix. That way, users will immediately notice which messages have been trimmed. + ### Fixes #### Storage as a Service: Resources would not always be released correctly [ID 38058]