https://flyte.org logo
#ask-the-community
Title
# ask-the-community
e

Enrico Rotundo

08/10/2023, 1:50 PM
How to make FlyteAdmin logs more verobse? I’ve added the the following to my helm chart:
Copy code
flyteadmin:
  extraArgs:
    - --logger.level 5
The pod logs say:
Copy code
Defaulted container "flyteadmin" out of: flyteadmin, run-migrations (init), seed-projects (init), sync-cluster-resources (init), generate-secrets (init)
Error: unknown flag: --logger.level 5
k

Ketan (kumare3)

08/10/2023, 1:51 PM
Add to config
e

Enrico Rotundo

08/10/2023, 1:51 PM
Copy code
flyteadmin:
  extraArgs:
    - --logger.level=5
Seems to be working 🙂
spot the difference 🙂
k

Ketan (kumare3)

08/10/2023, 2:08 PM
Yup cle args
5 Views