summaryrefslogtreecommitdiffstats
path: root/src/python/openlmi/common/cmpi_logging.py
Commit message (Collapse)AuthorAgeFilesLines
* renamed openlmi namespace to lmiMichal Minar2013-07-041-204/+0
| | | | | To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.
* Set default log level to INFO.Jan Safranek2013-04-161-1/+1
| | | | | | DEBUG is too verbose. On the other hand, we'll see no logging until something sets more verbose level, e.g. after configuration load.
* Happy New Year! (better later than never)Jan Synacek2013-03-131-1/+1
|
* logging improvementsMichal Minar2013-02-051-1/+2
| | | | | | made tracing message for function exit match the entry one added threading related logging for YumDB
* new subpackage openlmi.common created for sharing codeMichal Minar2013-02-041-0/+203
openlmi.common subpackage allows to share code accros various OpenLMI provider packages. Currently there is a cmpi_logging.py module. Resolves: #71 in openlmi trac -- Make common package under openlmi namespace for utilities shared accross python providers.