]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: add logging.py containing a new cephadm_init_logging func
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 22 Aug 2023 14:43:54 +0000 (10:43 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 5 Sep 2023 18:52:11 +0000 (14:52 -0400)
commitf4406b114c759628a08763fa98232d429d391389
treecfdcdb69f5c525c80b933b4947e2cf600a395e86
parent794f4d16c6c8bf35729045062d24322d30b5aa14
cephadm: add logging.py containing a new cephadm_init_logging func

In order to make this function behave correctly in a different module
than cephadm.py, this function must be altered to accept a logger
defined in another module. All other items are mostly copy and paste
and will eventually replace those in cephadm.py.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadmlib/logging.py [new file with mode: 0644]