On 07/23/2014 03:23 PM, Yuanzhen Gu wrote: > Hello folks, > > Does any one know how to read the libvirt log information? > > For example, > > 2014-07-22 17:25:22.984+0000: 18571: debug : qemuMonitorIOProcess:356 : > QEMU_MONITOR_IO_PROCESS: mon=0x7f733c000a40 buf={"timestamp": {"seconds": > 1406049922, "microseconds": 983916}, "event": "STOP"} > > is there anyway to find the qemuMonitorIOProcess() function in the source > code? and what does "356" after that means? Thanks! I just answered your same question on the libvirt-users list; but in short, 'git grep' is your friend, and 356 is the line number of the code emitting the log message at the state of the source code used to build the binary you are running. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list