OSDN Git Service

log into file (#357)
authorwyjDoraemon <46176410+wyjDoraemon@users.noreply.github.com>
Mon, 29 Jul 2019 02:21:04 +0000 (10:21 +0800)
committerPaladz <yzhu101@uottawa.ca>
Mon, 29 Jul 2019 02:21:04 +0000 (10:21 +0800)
commitbc213b29d91743bb9cb23c043f2856f47b34bb3e
tree88c7380b5f93ce7766d0215c5222b20f187ea5b9
parent5819de48d26c0812b18e97c52582985cfff9fe5d
log into file (#357)

* log into file

* fig log

* fix

* fix log into file

* ignore

* vendor lestrrat

* fix grammar

* final

* fix

* fix fix

* fix
24 files changed:
config/config.go
log/log.go [new file with mode: 0644]
node/node.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]