Mentions légales du service

Skip to content

Enable to log remote command outputs

SIMONIN Matthieu requested to merge dev/fix-124 into master

A new key is added in the config: dump_results. If you want to log all the remote command outputs in a file, the associated config value must point to a path in you local filesystem.

Being a config key, lets you define the behaviour globally: set_config(dump_results=...) or locally using a context manager: with set_config(dump_results=...)

Fix #124 (closed)

Merge request reports