From: Michael Fritch Date: Mon, 30 Aug 2021 15:40:55 +0000 (-0600) Subject: cephadm: (re)add command argv logging X-Git-Tag: v17.1.0~926^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6d18759bcb75c68c3a2d421e5d39c6cee8c18526;p=ceph.git cephadm: (re)add command argv logging introduced by 81a7df0498d and inadvertently removed by 3afec2ab30c Fixes: https://tracker.ceph.com/issues/52484 Signed-off-by: Michael Fritch --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 971141b16b9ad..b21f270b9a785 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -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