value can be DEBUG, INFO, WARNING, ERROR, CRITICAL
CooperativeKitten94 Perfect, thanks. Will try this out
Hey RattySparrow90 - You can try configuring CLEARML__logging__root__level
as an extraEnvs for the apiserver and fileserver 🙂
CooperativeKitten94 Thanks again for your help, the number of logs are now reduced significantly 👍 . A short follow up question: Can I somehow control the log level of the agent/worker in the k8s cluster? Any environment variable I can set or add to there? I digged a bit into the code of the agent and for me it seems that the log level is hard-coded to 'INFO'. Is this correct?