Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
d761839f
Commit
d761839f
authored
May 10, 2013
by
Stavros Sachtouris
Browse files
Update Changelog to reflect #3715 changes
parent
9dc724e5
Changes
2
Show whitespace changes
Inline
Side-by-side
Changelog
View file @
d761839f
...
...
@@ -6,11 +6,12 @@ Bug Fixes:
Changes:
- Change context: kamaki-image-addproperty --> kamaki-image-compute-property
- http logger names are modified: clients.recv/send --> kamaki.clients.recv/send
- http logger names: clients.recv/send --> kamaki.clients.recv/send
- Move logger creation and control (except of the actuall logging) to cli
Features:
- A logger module container a set of basic loging method for kamaki
:
- A logger module container a set of basic loging method for kamaki
[#3668]
set/get_log_filename, add_file/strean_logger, get_logger
(#3668)
- Implement logger.activate/deactivate for loggers [#3715]
kamaki/logger.py
View file @
d761839f
...
...
@@ -42,7 +42,7 @@ ALL = 0
_blacklist
=
{}
def
d
i
activate
(
name
):
def
d
e
activate
(
name
):
"""Deactivate a logger. Can be restored"""
xlogger
=
logging
.
getLogger
(
name
)
_blacklist
[
name
]
=
xlogger
.
level
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment