Skip to content

🔧 add ExtendedLogging module

Sylvain Fargier requested to merge wip-extended-logging into master
  • Reduces loops (default: 20 iterations)

image

This is mainly to workaround a vscode bug with latest Robot Framework Language Server plugin (v1.10.2), which crashes the IDE when logs gets huge (previous versions of the plugin used to smoothly absorb the load).

Intensive logs will be shrinked to a reasonable size, by saving only a few iterations in each loop

Edited by Sylvain Fargier

Merge request reports