how to make debug level logging visible while code running localy? It is working on web ui, but it is ignored when I run code on my local machine
c
Chris White
02/24/2021, 5:47 PM
Hi Ruslan - easiest way is via environment variable:
Copy code
export PREFECT__LOGGING__LEVEL=DEBUG
r
Ruslan
02/25/2021, 8:48 AM
it is not working for me
I’m using PyCharm with remote python interpreter. I set up this variable on local machine and remote but no changes. Where and how a have to set up this variable? Is there any way to do it in code?