X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=config.py;fp=config.py;h=57593c3a33c01505bd87918be3591459b508743f;hb=d1f18fdf430eee4292938dd18b922d6d6e05e18c;hp=46caad15c9db04e44a37e4acd5ccad74161b0643;hpb=b653a847e35aa0e43f764ab95cf80ab9f4aefcde;p=python_utils.git diff --git a/config.py b/config.py index 46caad1..57593c3 100644 --- a/config.py +++ b/config.py @@ -329,5 +329,6 @@ def dump_config(): def late_logging(): """Log messages saved earlier now that logging has been initialized.""" logger = logging.getLogger(__name__) + logger.debug('Original commandline was: %s', ORIG_ARGV) for _ in SAVED_MESSAGES: logger.debug(_)