OSDN Git Service

add bytom logs into files
authorwyjDoraemon <wyjDoraemon@163.com>
Wed, 31 Jul 2019 11:24:56 +0000 (19:24 +0800)
committerwyjDoraemon <wyjDoraemon@163.com>
Wed, 31 Jul 2019 11:24:56 +0000 (19:24 +0800)
commitd9229bf0fc897764ac53c86ca50862948d94a4b2
treebc6fc28e8deaf015b3863133d7b540373931ec27
parent425f65d0f4626f023dc7e10058e42eec2b3ca265
add bytom logs into files
25 files changed:
config/config.go
log/log.go [new file with mode: 0644]
node/node.go
p2p/connection/connection.go
vendor/github.com/lestrrat-go/file-rotatelogs/.gitignore [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/.travis.yml [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/LICENSE [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/README.md [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/event.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/example_test.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/interface.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/internal/option/option.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/internal_test.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/options.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/rotatelogs.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/file-rotatelogs/rotatelogs_test.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/strftime/.gitignore [new file with mode: 0644]
vendor/github.com/lestrrat-go/strftime/.travis.yml [new file with mode: 0644]
vendor/github.com/lestrrat-go/strftime/LICENSE [new file with mode: 0644]
vendor/github.com/lestrrat-go/strftime/README.md [new file with mode: 0644]
vendor/github.com/lestrrat-go/strftime/internal_test.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/strftime/strftime.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/strftime/strftime_bench_test.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/strftime/strftime_test.go [new file with mode: 0644]
vendor/github.com/lestrrat-go/strftime/writer.go [new file with mode: 0644]