Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, When I Start A New Task, In Execution Tab I See That By Default Log Level Set To Basic. Is It Possible To Change To, Lets Say, Debug Level? I Want To Catch More Information In Console While Training On Remote Worker.

Hi,
When i start a new task, in Execution tab I see that by default log level set to basic. Is it possible to change to, lets say, debug level? I want to catch more information in console while training on remote worker.
image

  
  
Posted 9 months ago
Votes Newest

Answers 3


Thank you! Can i also set something like “logging_level” param while initializing the Task in code?

  
  
Posted 9 months ago

You can use the CLEARML_LOG_LEVEL env variable for this - None

  
  
Posted 9 months ago

Hi @<1555362936292118528:profile|AdventurousElephant3> , if you clone/reset the task, you can change the logging level to 'debug'

  
  
Posted 9 months ago
427 Views
3 Answers
9 months ago
9 months ago
Tags