diff --git a/docs/img/webapp_exp_output.png b/docs/img/webapp_exp_output.png index 3bb128d5..f250933b 100644 Binary files a/docs/img/webapp_exp_output.png and b/docs/img/webapp_exp_output.png differ diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md index 4d5d86b7..6541a7a1 100644 --- a/docs/webapp/webapp_exp_track_visual.md +++ b/docs/webapp/webapp_exp_track_visual.md @@ -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 diff --git a/docs/webapp/webapp_exp_tuning.md b/docs/webapp/webapp_exp_tuning.md index 25a34193..51471500 100644 --- a/docs/webapp/webapp_exp_tuning.md +++ b/docs/webapp/webapp_exp_tuning.md @@ -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