Very naive question but how can I set log level to...
# flyte-support
h
Very naive question but how can I set log level to debug in
flyteadmin
?
Copy code
flyteadmin:
  extraArgs:
    - --logger.level=6
Thanks to @ancient-wolf-19325 (https://flyte-org.slack.com/archives/C06JNPJU3FG/p1717946724537229)
a
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 @ancient-wolf-19325 in the thread for followups.
f
you can also set it in the config
Copy code
logger:
  ...
h
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.
f
Ohh you have to restart the pod