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

Bug#986155: marked as done (ITP: zap -- Blazing fast, structured, leveled logging in Go)



Your message dated Tue, 30 Mar 2021 15:50:17 +0000
with message-id <6ebcfb5b-23b1-0737-9ab6-96978df3a608@ghosts.work>
and subject line Re: Bug#986155: ITP: zap -- Blazing fast, structured, leveled logging in Go
has caused the Debian Bug report #986155,
regarding ITP: zap -- Blazing fast, structured, leveled logging in Go
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
986155: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986155
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: ghost <i@ghosts.work>
Control: block 986154 by -1
X-Debbugs-CC: debian-devel@lists.debian.org, debian-go@lists.debian.org

* Package name    : zap
   Version         : 1.16.0-1
   Upstream Author : Uber Go
* URL             : https://github.com/uber-go/zap
* License         : Expat
   Programming Lang: Go
   Description     : Blazing fast, structured, leveled logging in Go.

  Build Blazing fast, structured, leveled logging in Go.
  .
  Performance
  .
  For applications that log in the hot path, reflection-based serialization
  and string formatting are prohibitively expensive - they're CPU-intensive
  and make many small allocations. Put differently, using encoding/json and
  fmt.Fprintf to log tons of interface{}s makes your application slow.
  .
  Zap takes a different approach. It includes a reflection-free,
  zero-allocation JSON encoder, and the base Logger strives to avoid
  serialization overhead and allocations wherever possible. By building
  the high-level SugaredLogger on that foundation, zap lets users choose
  when they need to count every allocation and when they'd prefer a more
  familiar, loosely typed API.
  .
  Note that zap only supports the two most recent minor versions of Go.

--- End Message ---
--- Begin Message ---
Thanks for pointing that out. I was trying to package
golang-github-mholt-acmez, dh-make-golang listed the dep as
golang-uber-zap-dev and I didn't know better.

On 2021/3/30, Ganesh Pawar wrote:
> Thanks for working on this.
>
> But, this package is already available in Debian
>
> https://packages.debian.org/buster/devel/golang-go.uber-zap-dev

--- End Message ---

Reply to: