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

We need a logger that logs modules/classes #3

Open
magmabyte opened this issue Jun 20, 2015 · 2 comments
Open

We need a logger that logs modules/classes #3

magmabyte opened this issue Jun 20, 2015 · 2 comments

Comments

@magmabyte
Copy link

Similar to this
backend: Message in main.py
backend.comm.highway: Message in highway.py
backend.highway.In: Message in class in highway.py

@magmabyte
Copy link
Author

Using a config file to configure the logger would be perfect:
import logging.config
logging.config.fileConfig('logging.conf')

@hrantzsch
Copy link

Partly solved in #5; class level detail not yet available

sknebel added a commit that referenced this issue Jun 20, 2015
Logging using config file, see issue #3
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

2 participants