Redirect adr stdout to /dev/null to reduce the size of the logs

This commit is contained in:
Marco Castelluccio 2019-09-13 10:09:33 +02:00
Родитель 8d6c790164
Коммит da2d920104
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -63,6 +63,7 @@ file = {{ driver = "file", path = "{cache_path}" }}
"autoland",
],
check=True,
stdout=subprocess.DEVNULL, # Redirect to /dev/null, as the logs are too big otherwise.
)
zstd_compress("/data/test_scheduling_history.json")