Very naive question but how can I set log level to...
# ask-the-community
y
Very naive question but how can I set log level to debug in
flyteadmin
?
Copy code
flyteadmin:
  extraArgs:
    - --logger.level=6
Thanks to @RunLLM (https://flyte-org.slack.com/archives/C06JNPJU3FG/p1717946724537229)
r
I'm glad you found the information helpful! If you have any more questions about Flyte or need further assistance with configuring or using Flyte, feel free to ask. 👍 0 button 👎 0 button 💡 Hint: Mention @RunLLM in the thread for followups.
k
you can also set it in the config
Copy code
logger:
  ...
y
The configmap option somehow didn’t work exactly as I would expect. I.e. it did show up on the pods in logger.yaml file but it didn’t affect what was actually logged.
k
Ohh you have to restart the pod