From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Wilson Subject: Re: XEN 4.2.1 xl dmesg Date: Sun, 8 Sep 2013 15:37:41 -0700 Message-ID: <20130908223739.GC4618@u109add4315675089e695.ant.amazon.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: cooldharma06 Cc: xen-users@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Sat, Sep 07, 2013 at 03:20:10PM +0530, cooldharma06 wrote: > hi, > > i am using xen 4.2.1 hypervisor. i am seeing xl dmesg's by "xl dmesg" > command. > > i need some clarification regarding this: > It is created at runtime or any log files are there. xen-devel Bcc:'ed. This question is appropriate for the xen-users mailing list. "xl dmesg" displays the in-memory Xen message log. By default the message log is only stored in memory. > Is there any way to create the log files.?? The Xen console daemon (xenconsoled) can be configured to log hypervisor messages by passing the "--log=hv" option. --msw