Read script log lines#

Anything a pre-request or test script logged lands here, stamped with time and level.

The Console tab collects anything your scripts logged while the request ran. When a pre-request script or a test script calls a console method, each call becomes a line here. The tab is enabled only when a script logged something. To learn how scripts work, see the scripting overview.

Read a log line#

Each line shows the time it was logged, its level, and the values passed to the call. Levels such as warning and error are coloured so they stand out. You can expand objects and arrays to inspect their contents. New lines scroll into view as they arrive.

Clear the log#

A clear control removes every line. A second control jumps you back to the most recent line after you scroll up.