David Queruel
David Queruel
> Hey @dqueruel-fy ! > > If you want to get more logging from your local server, you can set `PREFECT_LOGGING_SERVER_LEVEL` to `DEBUG` either as an environment variable or in...
It finally works by doing these steps: 1. Deleting every prefect python packages 2. Deleting the `.prefect` folder 3. Reinstalling prefect with `pip3 install -U prefect --pre` note: I didn't...
This is finally due to the combination of `prefect` and `prefect-ray`. Without `prefect-ray`, prefect local server is working properly. The current setup that is working for me for both `prefect`...
@zzstoatzz @cicdw thanks for your quick answers ! I do understand that the files need to be generated but I don't understand why they are generated in my code base....
Thanks @cicdw for your insight ! So I've tested again with using `prefect config set PREFECT_LOCAL_STORAGE_PATH` The resulting server settings are ``` bash % prefect config view 🚀 you are...