Hi guys, how can I stop the prefect logger from lo...
# ask-community
m
Hi guys, how can I stop the prefect logger from logging task creation/submission. When a flow creates +100 tasks it pollutes the logs unecessarly with the following:
Copy code
Flow run 'garnet-silkworm' - Created task run 'mytask-77' for task 'mytask'
Flow run 'garnet-silkworm' - Submitted task run 'mytask-36' for task 'mytask'
j
Following... I don't mind seeing one log entry -- I actually use a task naming function which is informative, but two log entries per subtask is too much...
m
Sorry to ping @Nate But is this currently possible ?
n
would you mind creating an issue for this? we can explore options for logging in the task engine
m
Sure thanks
n
thank you!