| | @@ -9,10 +9,8 @@ |
| 9 | 9 | second time an internal buffer used for logging was expanded. The buffer |
| 10 | 10 | would be expanded the first time a log line over 2048 characters in length |
| 11 | 11 | was encountered. Then the second expansion would happen when a line at |
| 12 | | - least 1024 characters longer was encountered. The only work around for |
| 13 | | - this issue is to log a single line early which is longer than anything else |
| 14 | | - the application will log to prevent a second expansion from ever happening. |
| 15 | | - Introduced in 3.5.11. Bug ID #3423108 |
| 12 | + least 1024 characters longer was encountered. Introduced in 3.5.11. |
| 13 | + Bug ID #3423108 |
| 16 | 14 | |
| 17 | 15 | 3.5.12 |
| 18 | 16 | * Put more descriptive Text in case the Wrapper is using integration method 4, |