You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible extension to the tool that would be handy from a development and debugging standpoint would be more robust logging. We could add a new dependency (e.g. logs) and use it to allow users to write logging information to stderr or to a file.
The text was updated successfully, but these errors were encountered:
Another possibility would be to have logging describe what transformations are being run, what happens when certain functions are run, and so on. I don't consider this a high priority issue: more of something that might be nice to add for the off chance that someone wants to see what nv is doing without browsing the source code, or if someone is developing with nv and wants to inspect the control flow at a glance without needing to add a bunch of print statements (of course, if they want to do something more technical, they will need to dig into the code anyway).
A possible extension to the tool that would be handy from a development and debugging standpoint would be more robust logging. We could add a new dependency (e.g. logs) and use it to allow users to write logging information to stderr or to a file.
The text was updated successfully, but these errors were encountered: