Modify console output

Hi guys, I want to ask you about the console output.
First, actually, I want to separate the output caused by println() in my script. is it possible to do it? (because the report didn’t generate the println script)
If it is not possible, how can I mark that output that come from println()? for example make it in bold, italic, or something else.

any suggestions?

5 Likes

I want to ask similar question.

In the Console I found a lot of verses messages like this:

...
08-02-2018 03:08:50 PM - [START]  - Start action : Statement - sb = new java.lang.StringBuilder()
08-02-2018 03:08:50 PM - [END]    - End action : Statement - sb = new java.lang.StringBuilder()
08-02-2018 03:08:50 PM - [START]  - Start action : Statement - failures = result.getFailures()
08-02-2018 03:08:50 PM - [END]    - End action : Statement - failures = result.getFailures()
08-02-2018 03:08:50 PM - [START]  - Start action : Statement - For (org.junit.runner.notification.Failure failure : failures)
08-02-2018 03:08:50 PM - [END]    - End action : Statement - For (org.junit.runner.notification.Failure failure : failures)
...

These verbose messages make it hard to find output emitted by println().

How can I make Katalon logging less verbose?

Agreed. Please Upvote this thread:

On a similar question as this, I once posted the following