diff --git a/virtualbmc/log.py b/virtualbmc/log.py index ddd4520..ceedced 100644 --- a/virtualbmc/log.py +++ b/virtualbmc/log.py @@ -17,7 +17,7 @@ from virtualbmc import config __all__ = ['get_logger'] -DEFAULT_LOG_FORMAT = ('%(asctime)s.%(msecs)03d %(process)d %(levelname)s ' +DEFAULT_LOG_FORMAT = ('%(asctime)s %(process)d %(levelname)s ' '%(name)s [-] %(message)s') LOGGER = None