]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: (re)add command argv logging 43010/head
authorMichael Fritch <mfritch@suse.com>
Mon, 30 Aug 2021 15:40:55 +0000 (09:40 -0600)
committerMichael Fritch <mfritch@suse.com>
Wed, 1 Sep 2021 14:16:03 +0000 (08:16 -0600)
introduced by 81a7df0498d and inadvertently removed by 3afec2ab30c

Fixes: https://tracker.ceph.com/issues/52484
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/cephadm/cephadm

index 971141b16b9adb704455ee199a2e9925c2c3dfb6..b21f270b9a7857889f8f9101b2ebc0c3899e5f3d 100755 (executable)
@@ -8464,7 +8464,7 @@ def cephadm_init(args: List[str]) -> CephadmContext:
         for handler in logger.handlers:
             if handler.name == 'console':
                 handler.setLevel(logging.DEBUG)
-
+    logger.debug('%s\ncephadm %s' % ('-' * 80, args))
     return ctx