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

Implement logging #15

Open
dfarrell07 opened this issue Mar 24, 2013 · 1 comment
Open

Implement logging #15

dfarrell07 opened this issue Mar 24, 2013 · 1 comment

Comments

@dfarrell07
Copy link
Member

Much of the code is using print statements in place of logging. As we work towards integration and testing, let's all try to convert these print statements to logging calls and add additional logging calls for increased visibility. See controller.py for examples.

@dfarrell07
Copy link
Member Author

I'd really like to see us get this done before we start trying to do integration this weekend. I think it will be extremely helpful to have a unified, time-stamped view of what's going on in every process, and we're not going to be able to do that with simple print statements (or, it's much easier to do it with logging code). Please let me know if you need help implementing this.

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

1 participant