We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1309e9 commit 239c478Copy full SHA for 239c478
README.md
@@ -39,6 +39,7 @@ The following environment variables can be used to adjust the behavior of the jo
39
- `HF_VAR_LOG_DIR`: path to the directory where log files should be written. If not set, `<work dir>/logs-hf` will be used.
40
- `HF_VAR_LOG_LEVEL` (default `info`): set logging level (`trace`, `debug`, `info`, `warn`, `error`, `fatal`).
41
- `HF_VAR_ENABLE_NETHOGS`: if set (to any value), logs from [nethogs](https://github.com/raboof/nethogs) will be written (experimental).
42
+- `HF_VAR_DRY_RUN`: (for testing/debugging) if set to `1`, the executor will immediately return with job exit status `0` (success).
43
- `HF_LOG_*`: all variables starting with `HF_LOG_` will be logged in the job log files
44
45
## Releasing
0 commit comments