#4695 [BUG] Flyte logger overflooding when logging inputs to function, can't avoid that
Issue created by
jiwidi
### Describe the bug
So I'm sharing a fairly big dictionary between flyte task and its being printed everytime when the logger logs
" {"asctime": "2024-01-09 10
1327,582", "name": "flytekit", "levelname": "INFO", "message": "Invoking main.function_name with inputs: {DICT}"
I can not change this and is a pain in the ass. These messages are set to info level and not debug as it leaves no room for other logging level to be use before warning. If these were debug level logs i could just set the logger to info avoid them.
I just want some simple logs that tell me on what step the pipeline is running at the moment without the need of seeing each task inputs.
### Expected behavior
I just want some simple logs that tell me on what step the pipeline is running at the moment without the need of seeing each task inputs.
### Additional context to reproduce
No response
### Screenshots
No response
### Are you sure this issue hasn't been raised already?
• Yes
### Have you read the Code of Conduct?
• Yes
flyteorg/flyte