From f9877daba1c5b1f9ce5e8e17ba876466791d08dc Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 9 Aug 2024 12:45:03 +0200 Subject: [PATCH] Document inalibity to view tooling files (#557) --- building/tooling/docker.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/building/tooling/docker.md b/building/tooling/docker.md index b4bdcdb1..5cadccc2 100644 --- a/building/tooling/docker.md +++ b/building/tooling/docker.md @@ -20,9 +20,12 @@ After 20 seconds, the process is halted and reports a time-out with a 408 error A tooling run may produce up to a maximum of one-megabyte of stdout and stderr. If it produces more, it will be killed with a 413 error code. -The contents of `stdout` and `stderr` from each run will be stored in files that can be viewed later. +The contents of `stdout` and `stderr` from each run will be stored in files. +You may write a `results.out` file to the output directory, which contains debugging information. -You may write a `results.out` file to the output directory, which contains debugging information you want to view later. +```exercism/caution +Right now, it is not possible for maintainers to view the contents of these files. +``` ### Results