]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: Do not propogate access logs from cherrypy 44017/head
authorAdam King <adking@redhat.com>
Thu, 18 Nov 2021 23:54:33 +0000 (18:54 -0500)
committerAdam King <adking@redhat.com>
Thu, 2 Dec 2021 15:02:23 +0000 (10:02 -0500)
commit5449b3054179723e1bce757157f3dbecffb07a80
tree1d25c11ab7c2e83f69c86b9611abf27ea28f795a
parente3f0fc7f7f1dcd9f1310e3db969621e8e6e18d1c
mgr/cephadm: Do not propogate access logs from cherrypy

The only messages we're really interested in are errors that
would come from the error logs. The acces logs only provide
messages like

- [18/Nov/2021:23:55:32] "POST /data HTTP/1.1" 200 - "" "Python-urllib/3.8"

which we don't want spammed to the log, especially since they are
logged at INFO level

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/agent.py