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 to console #2

Open
djnugent opened this issue Dec 29, 2014 · 2 comments
Open

Logging to console #2

djnugent opened this issue Dec 29, 2014 · 2 comments

Comments

@djnugent
Copy link
Owner

The logger prints to console even though there is only a FileHandler set up. This makes the console become busy for debugging. Logging is disabled while debugging.

@ghost
Copy link

ghost commented May 7, 2015

Hi Daniel,

I forked your code and got it to run on SITL. And I implemented a stereo vision system using a similar kind of HUD that you used in precision land, I thought that was brilliant btw! Oh and I think I know about the logger problem, cause I faced similar problems, and then I stopped using sc_logger and wrote my own logger module instead:
https://github.com/onebsv1/STOBA/blob/master/a_logger.py

I think setting the logger.propagate to False disabled this kind of behavior.

@djnugent
Copy link
Owner Author

Hey thanks for the feedback. Glad to see someone using it. I'll look into the logger.propagate. Thanks!

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