]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: mark types private to the new logging.py as private
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 22 Aug 2023 14:47:00 +0000 (10:47 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 5 Sep 2023 18:52:16 +0000 (14:52 -0400)
commitc2b42f29d787cf2097f93c60f0326ca409c0362b
tree2d96fb3585032e3126cacfff2dcbaa80b112b7a9
parentf4406b114c759628a08763fa98232d429d391389
cephadm: mark types private to the new logging.py as private

The config dicts and filter type are not used outside of the logging.py
file. Add the starting underscore convention to make this clear to
readers.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadmlib/logging.py