]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: use python logging pkg with named loggers
authorRicardo Dias <rdias@suse.com>
Fri, 27 Sep 2019 09:55:52 +0000 (10:55 +0100)
committerRicardo Dias <rdias@suse.com>
Tue, 12 Nov 2019 11:50:50 +0000 (11:50 +0000)
commit784b5a98d83bec55310b45bf8fc2fb7436a5bd4c
treea533353af0a3299b2be0c12684db604f4eda42b7
parent3e39413a222a9d649099b86e0338437a1c83257c
mgr/dashboard: use python logging pkg with named loggers

Signed-off-by: Ricardo Dias <rdias@suse.com>
28 files changed:
src/pybind/mgr/dashboard/__init__.py
src/pybind/mgr/dashboard/controllers/__init__.py
src/pybind/mgr/dashboard/controllers/auth.py
src/pybind/mgr/dashboard/controllers/docs.py
src/pybind/mgr/dashboard/controllers/frontend_logging.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/home.py
src/pybind/mgr/dashboard/controllers/logging.py [deleted file]
src/pybind/mgr/dashboard/controllers/nfsganesha.py
src/pybind/mgr/dashboard/controllers/osd.py
src/pybind/mgr/dashboard/controllers/rbd_mirroring.py
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/grafana.py
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/plugins/interfaces.py
src/pybind/mgr/dashboard/rest_client.py
src/pybind/mgr/dashboard/services/access_control.py
src/pybind/mgr/dashboard/services/auth.py
src/pybind/mgr/dashboard/services/ceph_service.py
src/pybind/mgr/dashboard/services/cephfs.py
src/pybind/mgr/dashboard/services/exception.py
src/pybind/mgr/dashboard/services/ganesha.py
src/pybind/mgr/dashboard/services/iscsi_client.py
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/services/progress.py
src/pybind/mgr/dashboard/services/rgw_client.py
src/pybind/mgr/dashboard/services/sso.py
src/pybind/mgr/dashboard/tests/__init__.py
src/pybind/mgr/dashboard/tools.py