[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-API] [PATCH 00 of 11] Reduce xapi logspam (a bit)
Reduce xapi logspam (a bit)
This patchset removes some instances of two kinds of spam:
1. spurious failure spam where we log a scary-looking exception in the normal
case. There's not a huge amount of this but it does scare people.
2. frequent boring spam where we log the same boring fact again and again.
SIgned-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>
11 files changed, 51 insertions(+), 36 deletions(-)
ocaml/xapi/dbsync_slave.ml | 6 ++++--
ocaml/xapi/helpers.ml | 22 ++++++++++++----------
ocaml/xapi/localdb.ml | 7 ++++++-
ocaml/xapi/localdb.mli | 4 ++++
ocaml/xapi/sm_exec.ml | 14 ++++++++------
ocaml/xapi/xapi.ml | 10 +++++-----
ocaml/xapi/xapi_event.ml | 15 +++++++++------
ocaml/xapi/xapi_guest_agent.ml | 4 +++-
ocaml/xapi/xapi_http.ml | 1 -
ocaml/xapi/xapi_vm_lifecycle.ml | 2 --
ocaml/xenops/watch.ml | 2 --
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|