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
Hello, We Use Clearml Agents In Daemon Mode. This Writes The Logs To /Tmp. However When The Agent Dies, It Deletes The Logs As Well And We Dont Know Why It Died. Is There Any Setting To Override The Log Deletion?

Hello,

We use clearml agents in daemon mode. This writes the logs to /tmp.
however when the agent dies, it deletes the logs as well and we dont know why it died. Is there any setting to override the log deletion?

  
  
Posted 10 months ago
Votes Newest

Answers 2


clearml-agent daemon --docker --gpus all --queue Q_NAME --log-level DEBUG --detached

  
  
Posted 10 months ago

Hi @<1523701624541810688:profile|RotundHedgehog76> , how are you running the agent? What is the command you're using?

  
  
Posted 10 months ago
576 Views
2 Answers
10 months ago
10 months ago
Tags