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! We Use Clearml Self-Hosted On A K8S Cluster. I Currently Try To Reduce The Log Level Of The Clearml Components Such As The Apiserver, Fileserver, Webserver And Clearml Serving. What I Found Is

Hi! We use ClearML self-hosted on a k8s cluster.

I currently try to reduce the log level of the ClearML components such as the Apiserver, Fileserver, Webserver and ClearML Serving. What I found is None but as far as I understand it the log level set by CLEARML_LOG_LEVEL is only effecting the logging of the SDK itself and not e.g. the log level of the Apiserver. I also did not find any environment variables for this to be set in the helm charts. Is there any documentation on how to set the log level for these components?

  
  
Posted 20 days ago
Votes Newest

Answers 3


@<1729671499981262848:profile|CooperativeKitten94> Perfect, thanks. Will try this out

  
  
Posted 20 days ago

Hey @<1649221394904387584:profile|RattySparrow90> - You can try configuring CLEARML__logging__root__level as an extraEnvs for the apiserver and fileserver 🙂

  
  
Posted 20 days ago

value can be DEBUG, INFO, WARNING, ERROR, CRITICAL

  
  
Posted 20 days ago
84 Views
3 Answers
20 days ago
19 days ago
Tags