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

loglevel should be configurable #12

Open
Dieterbe opened this issue Jun 7, 2011 · 2 comments
Open

loglevel should be configurable #12

Dieterbe opened this issue Jun 7, 2011 · 2 comments

Comments

@Dieterbe
Copy link
Collaborator

Dieterbe commented Jun 7, 2011

it should be up to users whether they want date/time (and which format) in the messages, and which loglevel they want. this could be made configurable through the config file

@Dieterbe
Copy link
Collaborator Author

Dieterbe commented Aug 5, 2011

maybe we should add 2 variables to the config, something like:

logging_datefmt='%m-%d %H:%M:%S'
logging_level=logging.DEBUG

or even suggest the user to add something like this to the config:

logging.basicConfig (datefmt='%m-%d %H:%M:%S', level=logging.DEBUG)

@rmayr
Copy link
Owner

rmayr commented Feb 17, 2012

Configurable log levels would indeed be nice to have. Patches are very welcome :)

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

No branches or pull requests

2 participants