hello. I am using sqlalcemy with prefect2.0. Howev...
# ask-community
r
hello. I am using sqlalcemy with prefect2.0. However, I am in trouble because the log appears twice. (from prefect, and, from sqlalcemy) Do you know any solution? thank you,
1
j
New in Prefect 2.3, released yesterday, you can disable Prefect logging. You can see an example in this post. Does that meet you needs?
r
@Jeff Hale thank you! i’ll try it!