how to make debug level logging visible while code...
# prefect-server
r
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
Hi Ruslan - easiest way is via environment variable:
Copy code
export PREFECT__LOGGING__LEVEL=DEBUG
r
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?