Closed Hegelim closed 1 month ago
Those logging.info and print statements should be visible when called by default. If not, that's more likely an issue with how the populate is being called (jupyter, ipython, etc. config), and not an issue with datajoint
logging's FileHandler (demo) should be able to add logging to a file in addition to the standard printout. Doing so could be a sanity check that the code is running
Is this still an issue? This seems like a logger configuration issue, not datajoint specific. We plan to close this issues unless we get a clarification.
Please re-open if this is still an issue.
Suppose I have defined some computed table schema that looks like the following
Suppose this is for class A, and I want to run A().populate(). I have tried logging/print/logging to file, but none of them work. How to properly log/print/debug?