All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxl: Add timestamp to the libxl driver log.
@ 2015-06-08 17:05 Anthony PERARD
  2015-06-13  1:21 ` [libvirt] " Jim Fehlig
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony PERARD @ 2015-06-08 17:05 UTC (permalink / raw)
  To: libvir-list; +Cc: Anthony PERARD, Xen Devel

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 src/libxl/libxl_conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c
index 9b258ac..e845759 100644
--- a/src/libxl/libxl_conf.c
+++ b/src/libxl/libxl_conf.c
@@ -1541,7 +1541,7 @@ libxlDriverConfigNew(void)
 
     cfg->logger =
         (xentoollog_logger *)xtl_createlogger_stdiostream(cfg->logger_file,
-                                                          XTL_DEBUG, 0);
+                                      XTL_DEBUG, XTL_STDIOSTREAM_SHOW_DATE);
     if (!cfg->logger) {
         VIR_ERROR(_("cannot create logger for libxenlight, disabling driver"));
         goto error;
-- 
Anthony PERARD

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [libvirt] [PATCH] libxl: Add timestamp to the libxl driver log.
  2015-06-08 17:05 [PATCH] libxl: Add timestamp to the libxl driver log Anthony PERARD
@ 2015-06-13  1:21 ` Jim Fehlig
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Fehlig @ 2015-06-13  1:21 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: libvir-list, Xen Devel

Anthony PERARD wrote:
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> ---
>  src/libxl/libxl_conf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c
> index 9b258ac..e845759 100644
> --- a/src/libxl/libxl_conf.c
> +++ b/src/libxl/libxl_conf.c
> @@ -1541,7 +1541,7 @@ libxlDriverConfigNew(void)
>  
>      cfg->logger =
>          (xentoollog_logger *)xtl_createlogger_stdiostream(cfg->logger_file,
> -                                                          XTL_DEBUG, 0);
> +                                      XTL_DEBUG, XTL_STDIOSTREAM_SHOW_DATE);
>   

Good idea considering the log contains info for all domains.  ACK and
pushed.

Regards,
Jim

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-13  1:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-08 17:05 [PATCH] libxl: Add timestamp to the libxl driver log Anthony PERARD
2015-06-13  1:21 ` [libvirt] " Jim Fehlig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.