Re: [PATCH 2/2] logging: Add date to log timestamp

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 28, 2011 at 04:46:12PM +0200, Jiri Denemark wrote:
> ---
>  src/util/logging.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/src/util/logging.c b/src/util/logging.c
> index 4ffaf75..9df9003 100644
> --- a/src/util/logging.c
> +++ b/src/util/logging.c
> @@ -627,8 +627,10 @@ virLogFormatTimestamp(void)
>  
>      gettimeofday(&cur_time, NULL);
>      localtime_r(&cur_time.tv_sec, &time_info);
> +    time_info.tm_year += 1900;
>  
> -    if (virAsprintf(&str, "%02d:%02d:%02d.%03d",
> +    if (virAsprintf(&str, "%4d-%02d-%02d %02d:%02d:%02d.%03d",
> +                    time_info.tm_year, time_info.tm_mon, time_info.tm_mday,
>                      time_info.tm_hour, time_info.tm_min, time_info.tm_sec,
>                      (int) (cur_time.tv_usec / 1000)) < 0)
>          return NULL;

  So ACK to both :-)

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel@xxxxxxxxxxxx  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]