Forum Discussion

mamar's avatar
mamar
Contributor
12 years ago

[Resolved] How to get log content more than 1000 lines?

Hi,
I am using SoapUI 4.5.2 free version. In my regression suite, i print (log.info) more data in the script log during my script execution, to know what are the values are handled for each fields during my script execution. I noticed that, while execution, if the script log area reaches 1000 lines, it automatically removes the first set of few lines and it appends the upcoming log content in sequence at the end. It does the same way till the script execution is finished. At the end of script running (in TearDown script) i am writing all my test case logs in a .txt file, to get track of all test values. By this way, i am not able to know some content of what was the values were for few test cases during my execution. So is there any way that i can increase the script log area to get more than 1000 lines?

2 Replies

  • PaulDonny's avatar
    PaulDonny
    Regular Contributor
    Right click on Log Output text area
    Click "Set Max Rows"
    Adjust to new maximum
    Click OK

    Just tested with mine up to 4000 rows.