Clarify ClearML log level (#610)

This commit is contained in:
pollfly 2023-07-11 09:01:05 +03:00 committed by GitHub
parent 8051d0df13
commit 7c84627239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -96,8 +96,6 @@ The Output details include:
* The output destination used for storing model checkpoints (snapshots) and artifacts (see also, [default_output_uri](../configs/clearml_conf.md#config_default_output_uri)
in the configuration file, and `output_uri` in [`Task.init`](../references/sdk/task.md#taskinit) parameters).
* The logging level for the experiment, which uses the standard Python [logging levels](https://docs.python.org/3/howto/logging.html#logging-levels).
![Execution details section](../img/webapp_exp_output.png)
## Configuration

View File

@ -40,7 +40,6 @@ Web UI**, edit any of the following
* [Source code](#source-code)
* [Output destination for artifacts](#output-destination)
* [Base Docker image](#base-docker-image)
* [Log level](#log-level)
* [Hyperparameters](#hyperparameters) - Parameters, TensorFlow Definitions, command line options, environment variables, and user-defined properties
:::note
@ -103,14 +102,6 @@ for all experiments (see [`default_output_uri`](../configs/clearml_conf.md#confi
on the ClearML Configuration Reference page).
:::
#### Log Level
Set a logging level for the experiment (see the standard Python [logging levels](https://docs.python.org/3/howto/logging.html#logging-levels)).
**To add, change, or delete a log level:**
* In **EXECUTION** **>** **OUTPUT** **>** **LOG LEVEL** **>** hover **>** **EDIT** **>** Enter the log level.
### Configuration