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

Leverage logging to pass messages to handlers #73

Merged
merged 1 commit into from
Mar 17, 2016
Merged

Leverage logging to pass messages to handlers #73

merged 1 commit into from
Mar 17, 2016

Conversation

zancas
Copy link
Contributor

@zancas zancas commented Mar 17, 2016

Issues:
Fixes #71

Problem: I wasn't using logging properly.

Analysis: This changes has the following features:

messages are submitted to the default handler
the logger is set to level WARNING (by default)
the logger can be set to other levels using the 'loglevel' kwarg of the
iControlRESTSession class
pre- and post- logs are level debug

Tests: test_set_log_level

Issues:
Fixes #71

Problem: I wasn't using logging properly.

Analysis: This changes has the following features:

messages are submitted to the default handler
the logger is set to level WARNING (by default)
the logger can be set to other levels using the 'loglevel' kwarg of the
iControlRESTSession class
pre- and post- logs are level debug

Tests: test_set_log_level
@zancas zancas self-assigned this Mar 17, 2016
zancas added a commit that referenced this pull request Mar 17, 2016
Leverage logging to pass messages to handlers
@zancas zancas merged commit 007534d into F5Networks:1.0 Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant