Hi all, When using xend, loglevel is easily configured in /etc/xen/xend-config.sxp. But when using new xl toolstack, how to configure xentoollog level dynamically after compilation? I can change log level before compilation in file tools/libxl/xl.c if I want to enable DEBUG in xl, is there any other convenient configuration? Thanks. Arthur -- Arthur Chunqi Li Department of Computer Science School of EECS Peking University Beijing, China _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
On 18/03/13 05:17, 李春奇 <Arthur Chunqi Li> wrote:> Hi all, > When using xend, loglevel is easily configured in > /etc/xen/xend-config.sxp. But when using new xl toolstack, how to > configure xentoollog level dynamically after compilation? I can change > log level before compilation in file tools/libxl/xl.c if I want to > enable DEBUG in xl, is there any other convenient configuration?Just use `xl -vvv <command>` (each 'v' increases the debugging level). _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel