|
|
|
|
|
|
|
|
|
|
xen-api
[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
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-API] [PATCH 00 of 11] Reduce xapi logspam (a bit),
David Scott <=
- [Xen-API] [PATCH 02 of 11] CA-35165: Remove misleading log message from sm_exec, David Scott
- [Xen-API] [PATCH 01 of 11] CA-35165: Clean up xapi startup log messages, particularly those to do with the 'localdb', David Scott
- [Xen-API] [PATCH 05 of 11] CA-35165: Remove a spurious excxeption when refreshing VM_guest_metrics when the VM_guest_metrics doesn't exist (ie for dom0), David Scott
- [Xen-API] [PATCH 03 of 11] CA-35165: Trim a xapi startup message, David Scott
- [Xen-API] [PATCH 07 of 11] CA-35165: Remove some pointless and frequent logging, David Scott
- [Xen-API] [PATCH 08 of 11] CA-35165: Remove some more verbose, pointless and frequent logging, David Scott
- [Xen-API] [PATCH 06 of 11] CA-35165: Mute the error when looking for SM backends in directories which don't exist, David Scott
- [Xen-API] [PATCH 09 of 11] CA-35165: Avoid generating scary-looking exceptions in the startup code: avoid attempting to resynchronise the state of VBDs or VIFs if they are missing (or empty); also silence the setting of the unco-operative flags, David Scott
- [Xen-API] [PATCH 04 of 11] CA-35165: Silence failure when no Pool record exists i.e. during initial xapi startup, David Scott
- [Xen-API] [PATCH 11 of 11] CA-35165: Reduce the amount of log spam created by the xenstore watching code, David Scott
|
|
|
|
|