mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-04 13:23:13 +00:00
Fix env var capitalization (#192)
This commit is contained in:
parent
20c45bf7c3
commit
0ec0aa83be
@ -780,24 +780,24 @@ To override your configuration file / defaults, set the following OS environment
|
||||
|
||||
**How can I track OS environment variables with experiments?** <a id="track-env-vars"></a>
|
||||
|
||||
Set the OS environment variable `ClearML_LOG_ENVIRONMENT` with the variables you need track, either:
|
||||
Set the OS environment variable `CLEARML_LOG_ENVIRONMENT` with the variables you need track, either:
|
||||
|
||||
* All environment variables:
|
||||
|
||||
```
|
||||
export ClearML_LOG_ENVIRONMENT="*"
|
||||
export CLEARML_LOG_ENVIRONMENT="*"
|
||||
```
|
||||
|
||||
* Specific environment variables, for example, log `PWD` and `PYTHONPATH`:
|
||||
|
||||
```
|
||||
export ClearML_LOG_ENVIRONMENT="PWD,PYTHONPATH"
|
||||
export CLEARML_LOG_ENVIRONMENT="PWD,PYTHONPATH"
|
||||
```
|
||||
|
||||
* No environment variables:
|
||||
|
||||
```
|
||||
export ClearML_LOG_ENVIRONMENT=
|
||||
export CLEARML_LOG_ENVIRONMENT=
|
||||
```
|
||||
|
||||
## ClearML Hosted Service
|
||||
|
Loading…
Reference in New Issue
Block a user