Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging #357

Open
crantila opened this issue Aug 17, 2015 · 4 comments
Open

Logging #357

crantila opened this issue Aug 17, 2015 · 4 comments

Comments

@crantila
Copy link
Member

Inspired by issue #243.

Currently, VIS doesn't do any logging, and doesn't provide any feedback on its progress, or what it's doing. Proper logging would be easy enough to implement, especially in IndexedPiece and the Indexer superclass, and it could be really useful/interesting.

For me at least, whenever I write an analysis script, I end up putting in print() calls all over the place, and I think @alexandermorgan does the same. In this case, we wouldn't have to---the log could be printed out by default. And for when VIS is running on a server, we could have the log point to an actual file.

@crantila crantila added this to the vis-framework-?.?.? milestone Aug 17, 2015
@alexandermorgan
Copy link
Contributor

For what it's worth, I moved on to pdb in lieu of print statements.

@crantila
Copy link
Member Author

You started using a debugger so you could monitor your program's progress? I'm sure you're using it for other things too (like actual debugging) but for monitoring progress it's overkill, and it suggests this feature really is necessary.

@musicus musicus modified the milestones: Release 3.0, vis-framework-?.?.? Apr 1, 2016
@alexandermorgan alexandermorgan removed this from the Release 3.0 milestone Sep 9, 2016
@crantila
Copy link
Member Author

I'm closing this because I don't think anyone cares.

@musicus musicus reopened this Jan 30, 2017
@musicus
Copy link
Contributor

musicus commented Jan 30, 2017

Are you joining us back up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants