TabPy icon indicating copy to clipboard operation
TabPy copied to clipboard

run tabpy in debug

Open tb582 opened this issue 2 years ago • 2 comments

When running tabpy locally from terminal is there a way to run it in an enhanced debug mode? Some sort of startup flag or option?

tb582 avatar Jul 15 '22 03:07 tb582

I've read the docs here: https://tableau.github.io/TabPy/docs/server-config.html#logging

but it seems like prep when it calls my script the tabpy log/console just sits on /evaluate method is there a way to see more details with what exactly prep and or tabpy is doing during this /evaluate call ?

tb582 avatar Jul 15 '22 03:07 tb582

There is an option in the config to increase the verbosity of the logging, but that will only log what TabPy is doing, not Prep.

nmannheimer avatar Aug 11 '22 18:08 nmannheimer