virtualbmc/virtualbmc
Pete Zaitcev 07094b5cd0 Drop redundant milliseconds from logging
The current code logs the milliseconds twice:

  2020-09-21 00:24:21,706.706 3484 DEBUG VirtualBMC [-] Get power...

The documentation for the logging module in py3 is quite
unambiguous about %(asctime) providing milliseconds.
The documentation in py2 is unclear on what is supposed
to offer, but in practice it works exactly as py3.

Change-Id: Ibb050c58d5fb949316700d7d2db4c77bd62f5e25
2020-09-20 23:31:15 -05:00
..
cmd Do not import print function from __future__ 2020-05-04 16:21:49 +02:00
tests Restore pep8 checking on import order 2020-04-27 15:24:17 +02:00
__init__.py Restructure the repository according to OpenStack 2016-05-09 12:35:50 +01:00
config.py Fix error triggered by reading intergers as string from virtualbmc.conf 2020-01-03 12:56:56 -05:00
control.py Fix logging in vbmcd 2020-03-04 11:59:57 +01:00
exception.py Fix Python3 test errors 2016-12-05 12:21:15 +00:00
log.py Drop redundant milliseconds from logging 2020-09-20 23:31:15 -05:00
manager.py Bump hacking to 3.0.0 2020-03-30 16:55:25 +02:00
utils.py Fix hanging on shell-pipe 2020-03-06 09:08:56 +01:00
vbmc.py Remove version check for encoding 2019-12-12 14:41:21 +01:00