lnd.xprv/glide.yaml
Andrey Samokhvalov 8fa2b95c12 lnd: remove seelog logger
The btclog package has been changed to defining its own logging
interface (rather than seelog's) and provides a default implementation
for callers to use.

There are two primary advantages to the new logger implementation.

First, all log messages are created before the call returns.  Compared
to seelog, this prevents data races when mutable variables are logged.

Second, the new logger does not implement any kind of artifical rate
limiting (what seelog refers to as "adaptive logging").  Log messages
are outputted as soon as possible and the application will appear to
perform much better when watching standard output.

Because log rotation is not a feature of the btclog logging
implementation, it is handled by the main package by importing a file
rotation package that provides an io.Reader interface for creating
output to a rotating file output.  The rotator has been configured
with the same defaults that btcd previously used in the seelog config
(10MB file limits with maximum of 3 rolls) but now compresses newly
created roll files.  Due to the high compressibility of log text, the
compressed files typically reduce to around 15-30% of the original
10MB file.
2017-06-25 14:19:56 +01:00

72 lines
1.8 KiB
YAML

package: github.com/lightningnetwork/lnd
import:
- package: github.com/boltdb/bolt
version: ^1.2.1
- package: github.com/btcsuite/btclog
- package: github.com/btcsuite/go-flags
- package: github.com/jrick/logrotate
- package: github.com/davecgh/go-spew
subpackages:
- spew
- package: github.com/golang/protobuf
subpackages:
- proto
- package: github.com/howeyc/gopass
- package: github.com/roasbeef/btcd
version: 34fdda7d41cc47d9456550fd1147a77db89f601a
subpackages:
- blockchain
- btcec
- btcjson
- chaincfg
- txscript
- wire
- connmgr
- package: github.com/roasbeef/btcrpcclient
version: d0f4db8b4dad0ca3d569b804f21247c3dd96acbb
- package: github.com/roasbeef/btcutil
version: a259eaf2ec1b54653cdd67848a41867f280797ee
subpackages:
- bloom
- coinset
- hdkeychain
- txsort
- package: github.com/roasbeef/btcwallet
version: 619ff8707c1d656061ab68db882205c4f63e19df
subpackages:
- chain
- waddrmgr
- wallet
- walletdb/bdb
- package: github.com/urfave/cli
version: ^1.18.0
- package: golang.org/x/crypto
subpackages:
- hkdf
- nacl/secretbox
- ripemd160
- scrypt
- chacha20poly1305
- salsa20
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/grpc
version: 8050b9cbc271307e5a716a9d782803d09b0d6f2d
- package: github.com/lightningnetwork/lightning-onion
version: 9a8748f89637a86586af383a5c3f9a19cff85b4f
- package: github.com/grpc-ecosystem/grpc-gateway
version: 1.1.0
- package: github.com/go-errors/errors
- package: github.com/tv42/zbase32
- package: github.com/awalterschulze/gographviz
version: ^1.0.0
- package: google.golang.org/genproto
subpackages:
- googleapis/api/annotations
- package: github.com/ltcsuite/ltcd
subpackages:
- chaincfg
- package: github.com/lightninglabs/neutrino
version: ccfa94a1c213e5df752c08c7edc30cb0a56d4dcf