Skip to content

Commit 771db10

Browse files
Snooz82asimell
andauthored
Update website/docs/chapter-02/03_executing.md
Co-authored-by: Aleksi Simell <[email protected]>
1 parent 4507ce2 commit 771db10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/chapter-02/03_executing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ There are basically two kinds of logging information in Robot Framework.
198198
- **Console Output**: The console output is the output that is printed to the terminal where the `robot` command was executed. It is typically not persistent but can be already seen during execution.
199199
- **Log Messages**: Log messages are written to the `output.xml` and therefore also `log.html` file and are persistent. They are typically created by the Library Keywords that are executed and can be used to log information about the execution. Also Robot Framework itself does log information to the `output.xml` like assigned values of arguments or the return values of keywords.
200200

201-
Log messages can be written with different levels of severity like i.e. `INFO`, `DEBUG`, `TRACE`, `WARN` or `ERROR`.
201+
Log messages can be written with different levels of severity (i.e. `INFO`, `DEBUG`, `TRACE`, `WARN` or `ERROR`).
202202
Which levels are written to the log can be controlled by the log level of an execution. Further information in later chapters.
203203

204204

0 commit comments

Comments
 (0)