Is there a way to completely mute logs from `flyte...
# ask-the-community
b
Is there a way to completely mute logs from
flytectl
? We’ve tried
--logger.mute
but that doesn’t seem to do the trick:
Copy code
root@316456918fe4:/# flytectl --logger.mute version      
INFO[0000] [0] Couldn't find a config file []. Relying on env vars and pflags. 
{
  "App": "flytectl",
  "Build": "bd6b856",
  "Version": "0.6.36",
  "BuildTime": "2023-05-17 07:34:12.851237172 +0000 UTC m=+0.290831418"
}
k
Yes in your config.yaml set log level to 6
151 Views